#9AE962

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

Shades of Conifer #9AE962

Tints of Conifer #9AE962

Color information

#9AE962 (or 0x9AE962) is unknown color: approx Conifer. HEX triplet: 9A, E9 and 62. RGB value is (154,233,98). Sum of RGB (Red+Green+Blue) = 154+233+98=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE962 is #65169D. Grayscale: #C2C2C2. Windows color (decimal): -6624926 or 6482330. OLE color: 6482330.

HSL color Cylindrical-coordinate representation of color #9AE962: hue angle of 95.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AE962 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB15423398-
CMYK0.3400.580.09
HSL95.11º75.42%64.9%-
HSV(B)95.11º57.94%91.37%-
XYZ44.6766.0321.95-
YUV193.9973.8399.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 233 (91.41% from 255) = 48.04%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=31.75%
G=48.04%
B=20.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154233980.3400.580.0995.1175.4264.9
Hex9AE9622203A95f4b41
Octal2323511424207211137113101
Binary1001101011101001110001010001001110101001101111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,233,98); }

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

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

 a { background-color: rgb(154,233,98); }

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

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

 span { border-color: rgb(154,233,98); }

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