Html Css Color HEX #A8DC57 Conifer

📋 copy color: '#A8DC57'

red 168 ◦ green 220 ◦ blue 87

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

Shades of Conifer #A8DC57

Tints of Conifer #A8DC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.32%

R = 35.37%
G = 46.32%
B = 18.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#A8DC57 (or 0xA8DC57) is known color: Conifer. HEX triplet: A8, DC and 57. RGB value is (168,220,87). Sum of RGB (Red+Green+Blue) = 168+220+87=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC57 is #5723A8. Grayscale: #BDBDBD. Windows color (decimal): -5710761 or 5758120. OLE color: 5758120.

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

Color convert

RGB 168 220 87 -
CMYK 0.24 0 0.60 0.14
HSL 83.46º 0.66% 0.6% -
HSV(B) 83.46º 0.6% 0.86% -
XYZ 43.46 60.2 18.35 -
YUV 189.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 168 220 87 0.24 0 0.60 0.14 83.46 0.66 0.6
Hex A8 DC 57 18 0 3C E 53 42 3C
Octal 250 334 127 30 0 74 16 123 102 74
Binary 10101000 11011100 1010111 11000 0 111100 1110 1010011 1000010 111100

Color Harmonies of #A8DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC57

Black with #A8DC57

Text Example


Text Example

White with #A8DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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