Html Css Color HEX #A0CC56 Conifer

📋 copy color: '#A0CC56'

red 160 ◦ green 204 ◦ blue 86

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

Shades of Conifer #A0CC56

Tints of Conifer #A0CC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 35.56%
G = 45.33%
B = 19.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A0CC56 (or 0xA0CC56) is known color: Conifer. HEX triplet: A0, CC and 56. RGB value is (160,204,86). Sum of RGB (Red+Green+Blue) = 160+204+86=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC56 is #5F33A9. Grayscale: #B1B1B1. Windows color (decimal): -6239146 or 5688480. OLE color: 5688480.

HSL color Cylindrical-coordinate representation of color #A0CC56: hue angle of 82.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CC56 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 86 -
CMYK 0.22 0 0.58 0.2
HSL 82.37º 0.54% 0.57% -
HSV(B) 82.37º 0.58% 0.8% -
XYZ 37.77 51.33 16.72 -
YUV 177.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 160 204 86 0.22 0 0.58 0.2 82.37 0.54 0.57
Hex A0 CC 56 16 0 3A 14 52 36 39
Octal 240 314 126 26 0 72 24 122 66 71
Binary 10100000 11001100 1010110 10110 0 111010 10100 1010010 110110 111001

Color Harmonies of #A0CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC56

Black with #A0CC56

Text Example


Text Example

White with #A0CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC56; }

 p { color: rgb(160,204,86); }

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

background-color css

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

 a { background-color: rgb(160,204,86); }

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

border-color css

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

 span { border-color: rgb(160,204,86); }

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