Html Css Color HEX #A0D858 Conifer

📋 copy color: '#A0D858'

red 160 ◦ green 216 ◦ blue 88

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

Shades of Conifer #A0D858

Tints of Conifer #A0D858

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

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

 BLUE value IS 88 (34.77% from 255) = 18.97%

R = 34.48%
G = 46.55%
B = 18.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A0D858 (or 0xA0D858) is known color: Conifer. HEX triplet: A0, D8 and 58. RGB value is (160,216,88). Sum of RGB (Red+Green+Blue) = 160+216+88=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D858 is #5F27A7. Grayscale: #B9B9B9. Windows color (decimal): -6236072 or 5822624. OLE color: 5822624.

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

Color convert

RGB 160 216 88 -
CMYK 0.26 0 0.59 0.15
HSL 86.25º 0.62% 0.6% -
HSV(B) 86.25º 0.59% 0.85% -
XYZ 40.81 57.29 18.14 -
YUV 184.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 160 216 88 0.26 0 0.59 0.15 86.25 0.62 0.6
Hex A0 D8 58 1A 0 3B F 56 3E 3C
Octal 240 330 130 32 0 73 17 126 76 74
Binary 10100000 11011000 1011000 11010 0 111011 1111 1010110 111110 111100

Color Harmonies of #A0D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D858

Black with #A0D858

Text Example


Text Example

White with #A0D858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D858; }

 p { color: rgb(160,216,88); }

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

background-color css

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

 a { background-color: rgb(160,216,88); }

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

border-color css

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

 span { border-color: rgb(160,216,88); }

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