#9ae054

Color #9AE054 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9AE054

Tints of Conifer #9AE054

Color information

#9AE054 (or 0x9AE054) is unknown color: approx Conifer. HEX triplet: 9A, E0 and 54. RGB value is (154,224,84). Sum of RGB (Red+Green+Blue) = 154+224+84=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE054 is #651FAB. Grayscale: #BBBBBB. Windows color (decimal): -6627244 or 5562522. OLE color: 5562522.

HSL color Cylindrical-coordinate representation of color #9AE054: hue angle of 90º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AE054 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB15422484-
CMYK0.3100.620.12
HSL90º69.31%60.39%-
HSV(B)90º62.5%87.84%-
XYZ41.5860.8217.94-
YUV187.1169.81104.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 84 (33.20% from 255) = 18.18%
R=33.33%
G=48.48%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154224840.3100.620.129069.3160.39
Hex9AE0541F03EC5a453c
Octal232340124370761413210574
Binary10011010111000001010100111110111110110010110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ae054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ae054; }

 p { color: rgb(154,224,84); }

 H1.HeaderClassName
 {
   color: #9ae054;
 }
 .AnyTagClassName
 {
   color: #9ae054;
 }
</style>
background-color css

<style>
 a { background-color: #9ae054; }

 a { background-color: rgb(154,224,84); }

 div.DivClassName
 {
   background-color: #9ae054;
 }
 .BgClassName
 {
   background-color: #9ae054;
 }
</style>
border-color css

<style>
 span { border-color: #9ae054; }

 span { border-color: rgb(154,224,84); }

 td.TdClassName
 {
   border-color: #9ae054;
 }
 .TagClassName
 {
   border-color: #9ae054;
 }
</style>