Html Css Color HEX #AFD86E Conifer

📋 copy color: '#AFD86E'

red 175 ◦ green 216 ◦ blue 110

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

Shades of Conifer #AFD86E

Tints of Conifer #AFD86E

RGB

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

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

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

R = 34.93%
G = 43.11%
B = 21.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#AFD86E (or 0xAFD86E) is known color: Conifer. HEX triplet: AF, D8 and 6E. RGB value is (175,216,110). Sum of RGB (Red+Green+Blue) = 175+216+110=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD86E is #502791. Grayscale: #C0C0C0. Windows color (decimal): -5253010 or 7264431. OLE color: 7264431.

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

Color convert

RGB 175 216 110 -
CMYK 0.19 0 0.49 0.15
HSL 83.21º 0.58% 0.64% -
HSV(B) 83.21º 0.49% 0.85% -
XYZ 45.05 59.35 23.83 -
YUV 191.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 175 216 110 0.19 0 0.49 0.15 83.21 0.58 0.64
Hex AF D8 6E 13 0 31 F 53 3A 40
Octal 257 330 156 23 0 61 17 123 72 100
Binary 10101111 11011000 1101110 10011 0 110001 1111 1010011 111010 1000000

Color Harmonies of #AFD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD86E

Black with #AFD86E

Text Example


Text Example

White with #AFD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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