#9AEB60

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

Shades of Conifer #9AEB60

Tints of Conifer #9AEB60

Color information

#9AEB60 (or 0x9AEB60) is unknown color: approx Conifer. HEX triplet: 9A, EB and 60. RGB value is (154,235,96). Sum of RGB (Red+Green+Blue) = 154+235+96=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEB60 is #65149F. Grayscale: #C3C3C3. Windows color (decimal): -6624416 or 6351770. OLE color: 6351770.

HSL color Cylindrical-coordinate representation of color #9AEB60: hue angle of 94.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AEB60 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB15423596-
CMYK0.3400.590.08
HSL94.96º77.65%64.9%-
HSV(B)94.96º59.15%92.16%-
XYZ45.1567.1321.64-
YUV194.9372.1698.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=31.75%
G=48.45%
B=19.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154235960.3400.590.0894.9677.6564.9
Hex9AEB602203B85f4e41
Octal2323531404207310137116101
Binary1001101011101011110000010001001110111000101111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,96); }

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

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

 a { background-color: rgb(154,235,96); }

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

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

 span { border-color: rgb(154,235,96); }

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