Html Css Color HEX #AFD76D Conifer

📋 copy color: '#AFD76D'

red 175 ◦ green 215 ◦ blue 109

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

Shades of Conifer #AFD76D

Tints of Conifer #AFD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 35.07%
G = 43.09%
B = 21.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AFD76D (or 0xAFD76D) is known color: Conifer. HEX triplet: AF, D7 and 6D. RGB value is (175,215,109). Sum of RGB (Red+Green+Blue) = 175+215+109=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD76D is #502892. Grayscale: #BFBFBF. Windows color (decimal): -5253267 or 7198639. OLE color: 7198639.

HSL color Cylindrical-coordinate representation of color #AFD76D: hue angle of 82.64º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD76D is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 109 -
CMYK 0.19 0 0.49 0.16
HSL 82.64º 0.57% 0.64% -
HSV(B) 82.64º 0.49% 0.84% -
XYZ 44.74 58.82 23.46 -
YUV 190.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 175 215 109 0.19 0 0.49 0.16 82.64 0.57 0.64
Hex AF D7 6D 13 0 31 10 53 39 40
Octal 257 327 155 23 0 61 20 123 71 100
Binary 10101111 11010111 1101101 10011 0 110001 10000 1010011 111001 1000000

Color Harmonies of #AFD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD76D

Black with #AFD76D

Text Example


Text Example

White with #AFD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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