Html Css Color HEX #A0D861 Conifer

📋 copy color: '#A0D861'

red 160 ◦ green 216 ◦ blue 97

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

Shades of Conifer #A0D861

Tints of Conifer #A0D861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 33.83%
G = 45.67%
B = 20.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A0D861 (or 0xA0D861) is known color: Conifer. HEX triplet: A0, D8 and 61. RGB value is (160,216,97). Sum of RGB (Red+Green+Blue) = 160+216+97=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D861 is #5F279E. Grayscale: #BABABA. Windows color (decimal): -6236063 or 6412448. OLE color: 6412448.

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

Color convert

RGB 160 216 97 -
CMYK 0.26 0 0.55 0.15
HSL 88.24º 0.6% 0.61% -
HSV(B) 88.24º 0.55% 0.85% -
XYZ 41.21 57.45 20.23 -
YUV 185.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 160 216 97 0.26 0 0.55 0.15 88.24 0.6 0.61
Hex A0 D8 61 1A 0 37 F 58 3C 3D
Octal 240 330 141 32 0 67 17 130 74 75
Binary 10100000 11011000 1100001 11010 0 110111 1111 1011000 111100 111101

Color Harmonies of #A0D861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D861

Black with #A0D861

Text Example


Text Example

White with #A0D861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D861; }

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

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

background-color css

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

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

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

border-color css

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

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

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