Html Css Color HEX #A0D360 Conifer

📋 copy color: '#A0D360'

red 160 ◦ green 211 ◦ blue 96

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

Shades of Conifer #A0D360

Tints of Conifer #A0D360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 34.26%
G = 45.18%
B = 20.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#A0D360 (or 0xA0D360) is known color: Conifer. HEX triplet: A0, D3 and 60. RGB value is (160,211,96). Sum of RGB (Red+Green+Blue) = 160+211+96=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D360 is #5F2C9F. Grayscale: #B7B7B7. Windows color (decimal): -6237344 or 6345632. OLE color: 6345632.

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

Color convert

RGB 160 211 96 -
CMYK 0.24 0 0.55 0.17
HSL 86.61º 0.57% 0.6% -
HSV(B) 86.61º 0.55% 0.83% -
XYZ 39.9 54.91 19.56 -
YUV 182.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 160 211 96 0.24 0 0.55 0.17 86.61 0.57 0.6
Hex A0 D3 60 18 0 37 11 57 39 3C
Octal 240 323 140 30 0 67 21 127 71 74
Binary 10100000 11010011 1100000 11000 0 110111 10001 1010111 111001 111100

Color Harmonies of #A0D360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D360

Black with #A0D360

Text Example


Text Example

White with #A0D360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D360; }

 p { color: rgb(160,211,96); }

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

background-color css

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

 a { background-color: rgb(160,211,96); }

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

border-color css

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

 span { border-color: rgb(160,211,96); }

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