Html Css Color HEX #A0CC4F Atlantis

📋 copy color: '#A0CC4F'

red 160 ◦ green 204 ◦ blue 79

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

Shades of Atlantis #A0CC4F

Tints of Atlantis #A0CC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 36.12%
G = 46.05%
B = 17.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#A0CC4F (or 0xA0CC4F) is known color: Atlantis. HEX triplet: A0, CC and 4F. RGB value is (160,204,79). Sum of RGB (Red+Green+Blue) = 160+204+79=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC4F is #5F33B0. Grayscale: #B1B1B1. Windows color (decimal): -6239153 or 5229728. OLE color: 5229728.

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

Color convert

RGB 160 204 79 -
CMYK 0.22 0 0.61 0.2
HSL 81.12º 0.55% 0.55% -
HSV(B) 81.12º 0.61% 0.8% -
XYZ 37.5 51.22 15.31 -
YUV 176.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 160 204 79 0.22 0 0.61 0.2 81.12 0.55 0.55
Hex A0 CC 4F 16 0 3D 14 51 37 37
Octal 240 314 117 26 0 75 24 121 67 67
Binary 10100000 11001100 1001111 10110 0 111101 10100 1010001 110111 110111

Color Harmonies of #A0CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC4F

Black with #A0CC4F

Text Example


Text Example

White with #A0CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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