Html Css Color HEX #A8D956 Conifer

📋 copy color: '#A8D956'

red 168 ◦ green 217 ◦ blue 86

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

Shades of Conifer #A8D956

Tints of Conifer #A8D956

RGB

 RED value IS 168 (66.02% from 255) = 35.67%

 GREEN value IS 217 (85.16% from 255) = 46.07%

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

R = 35.67%
G = 46.07%
B = 18.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#A8D956 (or 0xA8D956) is known color: Conifer. HEX triplet: A8, D9 and 56. RGB value is (168,217,86). Sum of RGB (Red+Green+Blue) = 168+217+86=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D956 is #5726A9. Grayscale: #BBBBBB. Windows color (decimal): -5711530 or 5691816. OLE color: 5691816.

HSL color Cylindrical-coordinate representation of color #A8D956: hue angle of 82.44º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D956 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 86 -
CMYK 0.23 0 0.60 0.15
HSL 82.44º 0.63% 0.59% -
HSV(B) 82.44º 0.6% 0.85% -
XYZ 42.64 58.62 17.87 -
YUV 187.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 168 217 86 0.23 0 0.60 0.15 82.44 0.63 0.59
Hex A8 D9 56 17 0 3C F 52 3F 3B
Octal 250 331 126 27 0 74 17 122 77 73
Binary 10101000 11011001 1010110 10111 0 111100 1111 1010010 111111 111011

Color Harmonies of #A8D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D956

Black with #A8D956

Text Example


Text Example

White with #A8D956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D956; }

 p { color: rgb(168,217,86); }

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

background-color css

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

 a { background-color: rgb(168,217,86); }

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

border-color css

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

 span { border-color: rgb(168,217,86); }

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