#AFEF5A

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

Shades of Conifer #AFEF5A

Tints of Conifer #AFEF5A

Color information

#AFEF5A (or 0xAFEF5A) is unknown color: approx Conifer. HEX triplet: AF, EF and 5A. RGB value is (175,239,90). Sum of RGB (Red+Green+Blue) = 175+239+90=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF5A is #5010A5. Grayscale: #CBCBCB. Windows color (decimal): -5247142 or 5959599. OLE color: 5959599.

HSL color Cylindrical-coordinate representation of color #AFEF5A: hue angle of 85.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFEF5A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB17523990-
CMYK0.2700.620.06
HSL85.77º82.32%64.51%-
HSV(B)85.77º62.34%93.73%-
XYZ50.3971.5920.83-
YUV202.8864.3108.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=34.72%
G=47.42%
B=17.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175239900.2700.620.0685.7782.3264.51
HexAFEF5A1B03E6565241
Octal257357132330766126122101
Binary10101111111011111011010110110111110110101011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF5A; }

 p { color: rgb(175,239,90); }

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

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

 a { background-color: rgb(175,239,90); }

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

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

 span { border-color: rgb(175,239,90); }

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