Html Css Color HEX #A8DC51 Conifer

📋 copy color: '#A8DC51'

red 168 ◦ green 220 ◦ blue 81

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

Shades of Conifer #A8DC51

Tints of Conifer #A8DC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 81 (32.03% from 255) = 17.27%

R = 35.82%
G = 46.91%
B = 17.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A8DC51 (or 0xA8DC51) is known color: Conifer. HEX triplet: A8, DC and 51. RGB value is (168,220,81). Sum of RGB (Red+Green+Blue) = 168+220+81=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC51 is #5723AE. Grayscale: #BDBDBD. Windows color (decimal): -5710767 or 5364904. OLE color: 5364904.

HSL color Cylindrical-coordinate representation of color #A8DC51: hue angle of 82.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DC51 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 81 -
CMYK 0.24 0 0.63 0.14
HSL 82.45º 0.67% 0.59% -
HSV(B) 82.45º 0.63% 0.86% -
XYZ 43.23 60.11 17.11 -
YUV 188.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 168 220 81 0.24 0 0.63 0.14 82.45 0.67 0.59
Hex A8 DC 51 18 0 3F E 52 43 3B
Octal 250 334 121 30 0 77 16 122 103 73
Binary 10101000 11011100 1010001 11000 0 111111 1110 1010010 1000011 111011

Color Harmonies of #A8DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC51

Black with #A8DC51

Text Example


Text Example

White with #A8DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC51; }

 p { color: rgb(168,220,81); }

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

background-color css

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

 a { background-color: rgb(168,220,81); }

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

border-color css

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

 span { border-color: rgb(168,220,81); }

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