Html Css Color HEX #A8D856 Conifer

📋 copy color: '#A8D856'

red 168 ◦ green 216 ◦ blue 86

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

Shades of Conifer #A8D856

Tints of Conifer #A8D856

RGB

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

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

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

R = 35.74%
G = 45.96%
B = 18.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#A8D856 (or 0xA8D856) is known color: Conifer. HEX triplet: A8, D8 and 56. RGB value is (168,216,86). Sum of RGB (Red+Green+Blue) = 168+216+86=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D856 is #5727A9. Grayscale: #BBBBBB. Windows color (decimal): -5711786 or 5691560. OLE color: 5691560.

HSL color Cylindrical-coordinate representation of color #A8D856: hue angle of 82.15º degrees, saturation: 0.62, 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 #A8D856 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 86 -
CMYK 0.22 0 0.60 0.15
HSL 82.15º 0.63% 0.59% -
HSV(B) 82.15º 0.6% 0.85% -
XYZ 42.38 58.11 17.79 -
YUV 186.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 168 216 86 0.22 0 0.60 0.15 82.15 0.63 0.59
Hex A8 D8 56 16 0 3C F 52 3E 3B
Octal 250 330 126 26 0 74 17 122 76 73
Binary 10101000 11011000 1010110 10110 0 111100 1111 1010010 111110 111011

Color Harmonies of #A8D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D856

Black with #A8D856

Text Example


Text Example

White with #A8D856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D856; }

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

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

background-color css

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

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

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

border-color css

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

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

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