Html Css Color HEX #A0D05D Conifer

📋 copy color: '#A0D05D'

red 160 ◦ green 208 ◦ blue 93

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

Shades of Conifer #A0D05D

Tints of Conifer #A0D05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 34.71%
G = 45.12%
B = 20.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#A0D05D (or 0xA0D05D) is known color: Conifer. HEX triplet: A0, D0 and 5D. RGB value is (160,208,93). Sum of RGB (Red+Green+Blue) = 160+208+93=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D05D is #5F2FA2. Grayscale: #B4B4B4. Windows color (decimal): -6238115 or 6148256. OLE color: 6148256.

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

Color convert

RGB 160 208 93 -
CMYK 0.23 0 0.55 0.18
HSL 85.04º 0.55% 0.59% -
HSV(B) 85.04º 0.55% 0.82% -
XYZ 39.03 53.38 18.6 -
YUV 180.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 160 208 93 0.23 0 0.55 0.18 85.04 0.55 0.59
Hex A0 D0 5D 17 0 37 12 55 37 3B
Octal 240 320 135 27 0 67 22 125 67 73
Binary 10100000 11010000 1011101 10111 0 110111 10010 1010101 110111 111011

Color Harmonies of #A0D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D05D

Black with #A0D05D

Text Example


Text Example

White with #A0D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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