#AFE94A

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

Shades of Conifer #AFE94A

Tints of Conifer #AFE94A

Color information

#AFE94A (or 0xAFE94A) is unknown color: approx Conifer. HEX triplet: AF, E9 and 4A. RGB value is (175,233,74). Sum of RGB (Red+Green+Blue) = 175+233+74=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE94A is #5016B5. Grayscale: #C6C6C6. Windows color (decimal): -5248694 or 4909487. OLE color: 4909487.

HSL color Cylindrical-coordinate representation of color #AFE94A: hue angle of 81.89º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE94A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB17523374-
CMYK0.2500.680.09
HSL81.89º78.33%60.2%-
HSV(B)81.89º68.24%91.37%-
XYZ48.0567.8917.05-
YUV197.5358.28111.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 233 (91.41% from 255) = 48.34%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=36.31%
G=48.34%
B=15.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175233740.2500.680.0981.8978.3360.2
HexAFE94A190449524e3c
Octal2573511123101041112211674
Binary101011111110100110010101100101000100100110100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE94A; }

 p { color: rgb(175,233,74); }

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

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

 a { background-color: rgb(175,233,74); }

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

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

 span { border-color: rgb(175,233,74); }

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