Html Css Color HEX #A8D756 Conifer

📋 copy color: '#A8D756'

red 168 ◦ green 215 ◦ blue 86

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

Shades of Conifer #A8D756

Tints of Conifer #A8D756

RGB

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

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

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

R = 35.82%
G = 45.84%
B = 18.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#A8D756 (or 0xA8D756) is known color: Conifer. HEX triplet: A8, D7 and 56. RGB value is (168,215,86). Sum of RGB (Red+Green+Blue) = 168+215+86=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D756 is #5728A9. Grayscale: #BABABA. Windows color (decimal): -5712042 or 5691304. OLE color: 5691304.

HSL color Cylindrical-coordinate representation of color #A8D756: hue angle of 81.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D756 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 86 -
CMYK 0.22 0 0.6 0.16
HSL 81.86º 0.62% 0.59% -
HSV(B) 81.86º 0.6% 0.84% -
XYZ 42.13 57.6 17.7 -
YUV 186.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 168 215 86 0.22 0 0.6 0.16 81.86 0.62 0.59
Hex A8 D7 56 16 0 3C 10 52 3E 3B
Octal 250 327 126 26 0 74 20 122 76 73
Binary 10101000 11010111 1010110 10110 0 111100 10000 1010010 111110 111011

Color Harmonies of #A8D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D756

Black with #A8D756

Text Example


Text Example

White with #A8D756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D756; }

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

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

background-color css

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

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

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

border-color css

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

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

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