Html Css Color HEX #A0CC4A Atlantis

📋 copy color: '#A0CC4A'

red 160 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #A0CC4A

Tints of Atlantis #A0CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 36.53%
G = 46.58%
B = 16.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A0CC4A (or 0xA0CC4A) is known color: Atlantis. HEX triplet: A0, CC and 4A. RGB value is (160,204,74). Sum of RGB (Red+Green+Blue) = 160+204+74=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC4A is #5F33B5. Grayscale: #B0B0B0. Windows color (decimal): -6239158 or 4902048. OLE color: 4902048.

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

Color convert

RGB 160 204 74 -
CMYK 0.22 0 0.64 0.2
HSL 80.31º 0.56% 0.55% -
HSV(B) 80.31º 0.64% 0.8% -
XYZ 37.33 51.15 14.38 -
YUV 176.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 160 204 74 0.22 0 0.64 0.2 80.31 0.56 0.55
Hex A0 CC 4A 16 0 40 14 50 38 37
Octal 240 314 112 26 0 100 24 120 70 67
Binary 10100000 11001100 1001010 10110 0 1000000 10100 1010000 111000 110111

Color Harmonies of #A0CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC4A

Black with #A0CC4A

Text Example


Text Example

White with #A0CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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