Html Css Color HEX #AFD96D Conifer

📋 copy color: '#AFD96D'

red 175 ◦ green 217 ◦ blue 109

#AFD96D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFD96D

Tints of Conifer #AFD96D

RGB

 RED value IS 175 (68.75% from 255) = 34.93%

 GREEN value IS 217 (85.16% from 255) = 43.31%

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 34.93%
G = 43.31%
B = 21.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#AFD96D (or 0xAFD96D) is known color: Conifer. HEX triplet: AF, D9 and 6D. RGB value is (175,217,109). Sum of RGB (Red+Green+Blue) = 175+217+109=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD96D is #502692. Grayscale: #C0C0C0. Windows color (decimal): -5252755 or 7199151. OLE color: 7199151.

HSL color Cylindrical-coordinate representation of color #AFD96D: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD96D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 109 -
CMYK 0.19 0 0.50 0.15
HSL 83.33º 0.59% 0.64% -
HSV(B) 83.33º 0.5% 0.85% -
XYZ 45.25 59.84 23.63 -
YUV 192.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 175 217 109 0.19 0 0.50 0.15 83.33 0.59 0.64
Hex AF D9 6D 13 0 32 F 53 3B 40
Octal 257 331 155 23 0 62 17 123 73 100
Binary 10101111 11011001 1101101 10011 0 110010 1111 1010011 111011 1000000

Color Harmonies of #AFD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD96D

Black with #AFD96D

Text Example


Text Example

White with #AFD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD96D; }

 p { color: rgb(175,217,109); }

 H1.HeaderClassName
 {
   color: #AFD96D;
 }
 .AnyTagClassName
 {
   color: #AFD96D;
 }
</style>

background-color css

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

 a { background-color: rgb(175,217,109); }

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

border-color css

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

 span { border-color: rgb(175,217,109); }

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