#AFD66A

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

Shades of Conifer #AFD66A

Tints of Conifer #AFD66A

Color information

#AFD66A (or 0xAFD66A) is unknown color: approx Conifer. HEX triplet: AF, D6 and 6A. RGB value is (175,214,106). Sum of RGB (Red+Green+Blue) = 175+214+106=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD66A is #502995. Grayscale: #BEBEBE. Windows color (decimal): -5253526 or 7001775. OLE color: 7001775.

HSL color Cylindrical-coordinate representation of color #AFD66A: hue angle of 81.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD66A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB175214106-
CMYK0.1800.500.16
HSL81.67º56.84%62.75%-
HSV(B)81.67º50.47%83.92%-
XYZ44.3358.2522.54-
YUV190.0380.58117.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=35.35%
G=43.23%
B=21.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141060.1800.500.1681.6756.8462.75
HexAFD66A120321052393f
Octal25732615222062201227177
Binary10101111110101101101010100100110010100001010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD66A; }

 p { color: rgb(175,214,106); }

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

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

 a { background-color: rgb(175,214,106); }

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

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

 span { border-color: rgb(175,214,106); }

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