Html Css Color HEX #A0D25D Conifer

📋 copy color: '#A0D25D'

red 160 ◦ green 210 ◦ blue 93

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

Shades of Conifer #A0D25D

Tints of Conifer #A0D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

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

R = 34.56%
G = 45.36%
B = 20.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#A0D25D (or 0xA0D25D) is known color: Conifer. HEX triplet: A0, D2 and 5D. RGB value is (160,210,93). Sum of RGB (Red+Green+Blue) = 160+210+93=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D25D is #5F2DA2. Grayscale: #B6B6B6. Windows color (decimal): -6237603 or 6148768. OLE color: 6148768.

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

Color convert

RGB 160 210 93 -
CMYK 0.24 0 0.56 0.18
HSL 85.64º 0.57% 0.59% -
HSV(B) 85.64º 0.56% 0.82% -
XYZ 39.52 54.36 18.76 -
YUV 181.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 160 210 93 0.24 0 0.56 0.18 85.64 0.57 0.59
Hex A0 D2 5D 18 0 38 12 56 39 3B
Octal 240 322 135 30 0 70 22 126 71 73
Binary 10100000 11010010 1011101 11000 0 111000 10010 1010110 111001 111011

Color Harmonies of #A0D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D25D

Black with #A0D25D

Text Example


Text Example

White with #A0D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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