#AFEA6B

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

Shades of Conifer #AFEA6B

Tints of Conifer #AFEA6B

Color information

#AFEA6B (or 0xAFEA6B) is unknown color: approx Conifer. HEX triplet: AF, EA and 6B. RGB value is (175,234,107). Sum of RGB (Red+Green+Blue) = 175+234+107=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA6B is #501594. Grayscale: #CACACA. Windows color (decimal): -5248405 or 7072431. OLE color: 7072431.

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

Color convert

RGB175234107-
CMYK0.2500.540.08
HSL87.87º75.15%66.86%-
HSV(B)87.87º54.27%91.76%-
XYZ49.7669.0224.61-
YUV201.8874.45108.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 107 (42.19% from 255) = 20.74%
R=33.91%
G=45.35%
B=20.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341070.2500.540.0887.8775.1566.86
HexAFEA6B190368584b43
Octal2573521533106610130113103
Binary101011111110101011010111100101101101000101100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA6B; }

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

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

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

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

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

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

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

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