Html Css Color HEX #A0CC57 Conifer

📋 copy color: '#A0CC57'

red 160 ◦ green 204 ◦ blue 87

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

Shades of Conifer #A0CC57

Tints of Conifer #A0CC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 35.48%
G = 45.23%
B = 19.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#A0CC57 (or 0xA0CC57) is known color: Conifer. HEX triplet: A0, CC and 57. RGB value is (160,204,87). Sum of RGB (Red+Green+Blue) = 160+204+87=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC57 is #5F33A8. Grayscale: #B1B1B1. Windows color (decimal): -6239145 or 5754016. OLE color: 5754016.

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

Color convert

RGB 160 204 87 -
CMYK 0.22 0 0.57 0.2
HSL 82.56º 0.53% 0.57% -
HSV(B) 82.56º 0.57% 0.8% -
XYZ 37.81 51.35 16.94 -
YUV 177.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 160 204 87 0.22 0 0.57 0.2 82.56 0.53 0.57
Hex A0 CC 57 16 0 39 14 53 35 39
Octal 240 314 127 26 0 71 24 123 65 71
Binary 10100000 11001100 1010111 10110 0 111001 10100 1010011 110101 111001

Color Harmonies of #A0CC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC57

Black with #A0CC57

Text Example


Text Example

White with #A0CC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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