Html Css Color HEX #A0D058 Conifer

📋 copy color: '#A0D058'

red 160 ◦ green 208 ◦ blue 88

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

Shades of Conifer #A0D058

Tints of Conifer #A0D058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

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

R = 35.09%
G = 45.61%
B = 19.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#A0D058 (or 0xA0D058) is known color: Conifer. HEX triplet: A0, D0 and 58. RGB value is (160,208,88). Sum of RGB (Red+Green+Blue) = 160+208+88=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D058 is #5F2FA7. Grayscale: #B4B4B4. Windows color (decimal): -6238120 or 5820576. OLE color: 5820576.

HSL color Cylindrical-coordinate representation of color #A0D058: hue angle of 84º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D058 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 88 -
CMYK 0.23 0 0.58 0.18
HSL 84º 0.56% 0.58% -
HSV(B) 84º 0.58% 0.82% -
XYZ 38.81 53.29 17.47 -
YUV 179.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 160 208 88 0.23 0 0.58 0.18 84 0.56 0.58
Hex A0 D0 58 17 0 3A 12 54 38 3A
Octal 240 320 130 27 0 72 22 124 70 72
Binary 10100000 11010000 1011000 10111 0 111010 10010 1010100 111000 111010

Color Harmonies of #A0D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D058

Black with #A0D058

Text Example


Text Example

White with #A0D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D058; }

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

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

background-color css

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

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

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

border-color css

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

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

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