#AFEA4C

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

Shades of Conifer #AFEA4C

Tints of Conifer #AFEA4C

Color information

#AFEA4C (or 0xAFEA4C) is unknown color: approx Conifer. HEX triplet: AF, EA and 4C. RGB value is (175,234,76). Sum of RGB (Red+Green+Blue) = 175+234+76=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA4C is #5015B3. Grayscale: #C6C6C6. Windows color (decimal): -5248436 or 5040815. OLE color: 5040815.

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

Color convert

RGB17523476-
CMYK0.2500.680.08
HSL82.41º79%60.78%-
HSV(B)82.41º67.52%91.76%-
XYZ48.4168.4817.5-
YUV198.3558.95111.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 76 (30.08% from 255) = 15.67%
R=36.08%
G=48.25%
B=15.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175234760.2500.680.0882.417960.78
HexAFEA4C190448524f3d
Octal2573521143101041012211775
Binary101011111110101010011001100101000100100010100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA4C; }

 p { color: rgb(175,234,76); }

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

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

 a { background-color: rgb(175,234,76); }

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

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

 span { border-color: rgb(175,234,76); }

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