Html Css Color HEX #AFD86C Conifer

📋 copy color: '#AFD86C'

red 175 ◦ green 216 ◦ blue 108

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

Shades of Conifer #AFD86C

Tints of Conifer #AFD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 35.07%
G = 43.29%
B = 21.64%

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

#AFD86C (or 0xAFD86C) is known color: Conifer. HEX triplet: AF, D8 and 6C. RGB value is (175,216,108). Sum of RGB (Red+Green+Blue) = 175+216+108=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD86C is #502793. Grayscale: #BFBFBF. Windows color (decimal): -5253012 or 7133359. OLE color: 7133359.

HSL color Cylindrical-coordinate representation of color #AFD86C: hue angle of 82.78º degrees, saturation: 0.58, 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 #AFD86C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 108 -
CMYK 0.19 0 0.50 0.15
HSL 82.78º 0.58% 0.64% -
HSV(B) 82.78º 0.5% 0.85% -
XYZ 44.94 59.31 23.27 -
YUV 191.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 175 216 108 0.19 0 0.50 0.15 82.78 0.58 0.64
Hex AF D8 6C 13 0 32 F 53 3A 40
Octal 257 330 154 23 0 62 17 123 72 100
Binary 10101111 11011000 1101100 10011 0 110010 1111 1010011 111010 1000000

Color Harmonies of #AFD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD86C

Black with #AFD86C

Text Example


Text Example

White with #AFD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD86C; }

 p { color: rgb(175,216,108); }

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

background-color css

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

 a { background-color: rgb(175,216,108); }

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

border-color css

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

 span { border-color: rgb(175,216,108); }

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