Html Css Color HEX #AFD76E Conifer

📋 copy color: '#AFD76E'

red 175 ◦ green 215 ◦ blue 110

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

Shades of Conifer #AFD76E

Tints of Conifer #AFD76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 35%
G = 43%
B = 22%

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

#AFD76E (or 0xAFD76E) is known color: Conifer. HEX triplet: AF, D7 and 6E. RGB value is (175,215,110). Sum of RGB (Red+Green+Blue) = 175+215+110=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD76E is #502891. Grayscale: #BFBFBF. Windows color (decimal): -5253266 or 7264175. OLE color: 7264175.

HSL color Cylindrical-coordinate representation of color #AFD76E: hue angle of 82.86º 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 #AFD76E is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 110 -
CMYK 0.19 0 0.49 0.16
HSL 82.86º 0.57% 0.64% -
HSV(B) 82.86º 0.49% 0.84% -
XYZ 44.79 58.84 23.75 -
YUV 191.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 175 215 110 0.19 0 0.49 0.16 82.86 0.57 0.64
Hex AF D7 6E 13 0 31 10 53 39 40
Octal 257 327 156 23 0 61 20 123 71 100
Binary 10101111 11010111 1101110 10011 0 110001 10000 1010011 111001 1000000

Color Harmonies of #AFD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD76E

Black with #AFD76E

Text Example


Text Example

White with #AFD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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