Html Css Color HEX #A8DA56 Conifer

📋 copy color: '#A8DA56'

red 168 ◦ green 218 ◦ blue 86

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

Shades of Conifer #A8DA56

Tints of Conifer #A8DA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 35.59%
G = 46.19%
B = 18.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#A8DA56 (or 0xA8DA56) is known color: Conifer. HEX triplet: A8, DA and 56. RGB value is (168,218,86). Sum of RGB (Red+Green+Blue) = 168+218+86=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA56 is #5725A9. Grayscale: #BCBCBC. Windows color (decimal): -5711274 or 5692072. OLE color: 5692072.

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

Color convert

RGB 168 218 86 -
CMYK 0.23 0 0.61 0.15
HSL 82.73º 0.64% 0.6% -
HSV(B) 82.73º 0.61% 0.85% -
XYZ 42.9 59.14 17.96 -
YUV 188 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 168 218 86 0.23 0 0.61 0.15 82.73 0.64 0.6
Hex A8 DA 56 17 0 3D F 53 40 3C
Octal 250 332 126 27 0 75 17 123 100 74
Binary 10101000 11011010 1010110 10111 0 111101 1111 1010011 1000000 111100

Color Harmonies of #A8DA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA56

Black with #A8DA56

Text Example


Text Example

White with #A8DA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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