Html Css Color HEX #AFD36C Conifer

📋 copy color: '#AFD36C'

red 175 ◦ green 211 ◦ blue 108

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

Shades of Conifer #AFD36C

Tints of Conifer #AFD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

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

R = 35.43%
G = 42.71%
B = 21.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#AFD36C (or 0xAFD36C) is known color: Conifer. HEX triplet: AF, D3 and 6C. RGB value is (175,211,108). Sum of RGB (Red+Green+Blue) = 175+211+108=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD36C is #502C93. Grayscale: #BCBCBC. Windows color (decimal): -5254292 or 7132079. OLE color: 7132079.

HSL color Cylindrical-coordinate representation of color #AFD36C: hue angle of 80.97º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD36C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 108 -
CMYK 0.17 0 0.49 0.17
HSL 80.97º 0.54% 0.63% -
HSV(B) 80.97º 0.49% 0.83% -
XYZ 43.68 56.79 22.85 -
YUV 188.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 175 211 108 0.17 0 0.49 0.17 80.97 0.54 0.63
Hex AF D3 6C 11 0 31 11 51 36 3F
Octal 257 323 154 21 0 61 21 121 66 77
Binary 10101111 11010011 1101100 10001 0 110001 10001 1010001 110110 111111

Color Harmonies of #AFD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD36C

Black with #AFD36C

Text Example


Text Example

White with #AFD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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