Html Css Color HEX #AFD36A Conifer

📋 copy color: '#AFD36A'

red 175 ◦ green 211 ◦ blue 106

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

Shades of Conifer #AFD36A

Tints of Conifer #AFD36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 35.57%
G = 42.89%
B = 21.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#AFD36A (or 0xAFD36A) is known color: Conifer. HEX triplet: AF, D3 and 6A. RGB value is (175,211,106). Sum of RGB (Red+Green+Blue) = 175+211+106=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD36A is #502C95. Grayscale: #BCBCBC. Windows color (decimal): -5254294 or 7001007. OLE color: 7001007.

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

Color convert

RGB 175 211 106 -
CMYK 0.17 0 0.50 0.17
HSL 80.57º 0.54% 0.62% -
HSV(B) 80.57º 0.5% 0.83% -
XYZ 43.57 56.74 22.29 -
YUV 188.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 175 211 106 0.17 0 0.50 0.17 80.57 0.54 0.62
Hex AF D3 6A 11 0 32 11 51 36 3E
Octal 257 323 152 21 0 62 21 121 66 76
Binary 10101111 11010011 1101010 10001 0 110010 10001 1010001 110110 111110

Color Harmonies of #AFD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD36A

Black with #AFD36A

Text Example


Text Example

White with #AFD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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