#9AEA4D

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

Shades of Conifer #9AEA4D

Tints of Conifer #9AEA4D

Color information

#9AEA4D (or 0x9AEA4D) is unknown color: approx Conifer. HEX triplet: 9A, EA and 4D. RGB value is (154,234,77). Sum of RGB (Red+Green+Blue) = 154+234+77=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEA4D is #6515B2. Grayscale: #C0C0C0. Windows color (decimal): -6624691 or 5106330. OLE color: 5106330.

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

Color convert

RGB15423477-
CMYK0.3400.670.08
HSL90.57º78.89%60.98%-
HSV(B)90.57º67.09%91.76%-
XYZ44.0966.2517.49-
YUV192.1863100.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 77 (30.47% from 255) = 16.56%
R=33.12%
G=50.32%
B=16.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154234770.3400.670.0890.5778.8960.98
Hex9AEA4D2204385b4f3d
Octal2323521154201031013311775
Binary1001101011101010100110110001001000011100010110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,234,77); }

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

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

 a { background-color: rgb(154,234,77); }

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

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

 span { border-color: rgb(154,234,77); }

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