Html Css Color HEX #A0CA48 Atlantis

📋 copy color: '#A0CA48'

red 160 ◦ green 202 ◦ blue 72

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

Shades of Atlantis #A0CA48

Tints of Atlantis #A0CA48

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 36.87%
G = 46.54%
B = 16.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#A0CA48 (or 0xA0CA48) is known color: Atlantis. HEX triplet: A0, CA and 48. RGB value is (160,202,72). Sum of RGB (Red+Green+Blue) = 160+202+72=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA48 is #5F35B7. Grayscale: #AFAFAF. Windows color (decimal): -6239672 or 4770464. OLE color: 4770464.

HSL color Cylindrical-coordinate representation of color #A0CA48: hue angle of 79.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0CA48 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 72 -
CMYK 0.21 0 0.64 0.21
HSL 79.38º 0.55% 0.54% -
HSV(B) 79.38º 0.64% 0.79% -
XYZ 36.79 50.18 13.88 -
YUV 174.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 160 202 72 0.21 0 0.64 0.21 79.38 0.55 0.54
Hex A0 CA 48 15 0 40 15 4F 37 36
Octal 240 312 110 25 0 100 25 117 67 66
Binary 10100000 11001010 1001000 10101 0 1000000 10101 1001111 110111 110110

Color Harmonies of #A0CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA48

Black with #A0CA48

Text Example


Text Example

White with #A0CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA48; }

 p { color: rgb(160,202,72); }

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

background-color css

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

 a { background-color: rgb(160,202,72); }

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

border-color css

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

 span { border-color: rgb(160,202,72); }

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