Html Css Color HEX #AFD456 Conifer

📋 copy color: '#AFD456'

red 175 ◦ green 212 ◦ blue 86

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

Shades of Conifer #AFD456

Tints of Conifer #AFD456

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 86 (33.98% from 255) = 18.18%

R = 37%
G = 44.82%
B = 18.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#AFD456 (or 0xAFD456) is known color: Conifer. HEX triplet: AF, D4 and 56. RGB value is (175,212,86). Sum of RGB (Red+Green+Blue) = 175+212+86=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD456 is #502BA9. Grayscale: #BBBBBB. Windows color (decimal): -5254058 or 5690543. OLE color: 5690543.

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

Color convert

RGB 175 212 86 -
CMYK 0.17 0 0.59 0.17
HSL 77.62º 0.59% 0.58% -
HSV(B) 77.62º 0.59% 0.83% -
XYZ 42.9 56.87 17.52 -
YUV 186.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 175 212 86 0.17 0 0.59 0.17 77.62 0.59 0.58
Hex AF D4 56 11 0 3B 11 4E 3B 3A
Octal 257 324 126 21 0 73 21 116 73 72
Binary 10101111 11010100 1010110 10001 0 111011 10001 1001110 111011 111010

Color Harmonies of #AFD456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD456

Black with #AFD456

Text Example


Text Example

White with #AFD456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD456; }

 p { color: rgb(175,212,86); }

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

background-color css

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

 a { background-color: rgb(175,212,86); }

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

border-color css

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

 span { border-color: rgb(175,212,86); }

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