#9AE161

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

Shades of Conifer #9AE161

Tints of Conifer #9AE161

Color information

#9AE161 (or 0x9AE161) is unknown color: approx Conifer. HEX triplet: 9A, E1 and 61. RGB value is (154,225,97). Sum of RGB (Red+Green+Blue) = 154+225+97=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE161 is #651E9E. Grayscale: #BDBDBD. Windows color (decimal): -6626975 or 6414746. OLE color: 6414746.

HSL color Cylindrical-coordinate representation of color #9AE161: hue angle of 93.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AE161 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB15422597-
CMYK0.3200.570.12
HSL93.28º68.09%63.14%-
HSV(B)93.28º56.89%88.24%-
XYZ42.4161.5820.96-
YUV189.1875.98102.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=32.35%
G=47.27%
B=20.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154225970.3200.570.1293.2868.0963.14
Hex9AE16120039C5d443f
Octal232341141400711413510477
Binary100110101110000111000011000000111001110010111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,225,97); }

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

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

 a { background-color: rgb(154,225,97); }

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

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

 span { border-color: rgb(154,225,97); }

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