Html Css Color HEX #A0D45D Conifer

📋 copy color: '#A0D45D'

red 160 ◦ green 212 ◦ blue 93

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

Shades of Conifer #A0D45D

Tints of Conifer #A0D45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 34.41%
G = 45.59%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#A0D45D (or 0xA0D45D) is known color: Conifer. HEX triplet: A0, D4 and 5D. RGB value is (160,212,93). Sum of RGB (Red+Green+Blue) = 160+212+93=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D45D is #5F2BA2. Grayscale: #B7B7B7. Windows color (decimal): -6237091 or 6149280. OLE color: 6149280.

HSL color Cylindrical-coordinate representation of color #A0D45D: hue angle of 86.22º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0D45D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 93 -
CMYK 0.25 0 0.56 0.17
HSL 86.22º 0.58% 0.6% -
HSV(B) 86.22º 0.56% 0.83% -
XYZ 40.02 55.35 18.93 -
YUV 182.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 160 212 93 0.25 0 0.56 0.17 86.22 0.58 0.6
Hex A0 D4 5D 19 0 38 11 56 3A 3C
Octal 240 324 135 31 0 70 21 126 72 74
Binary 10100000 11010100 1011101 11001 0 111000 10001 1010110 111010 111100

Color Harmonies of #A0D45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D45D

Black with #A0D45D

Text Example


Text Example

White with #A0D45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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