Html Css Color HEX #A0CA44 Atlantis

📋 copy color: '#A0CA44'

red 160 ◦ green 202 ◦ blue 68

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

Shades of Atlantis #A0CA44

Tints of Atlantis #A0CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 37.21%
G = 46.98%
B = 15.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#A0CA44 (or 0xA0CA44) is known color: Atlantis. HEX triplet: A0, CA and 44. RGB value is (160,202,68). Sum of RGB (Red+Green+Blue) = 160+202+68=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA44 is #5F35BB. Grayscale: #AEAEAE. Windows color (decimal): -6239676 or 4508320. OLE color: 4508320.

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

Color convert

RGB 160 202 68 -
CMYK 0.21 0 0.66 0.21
HSL 78.81º 0.56% 0.53% -
HSV(B) 78.81º 0.66% 0.79% -
XYZ 36.66 50.13 13.21 -
YUV 174.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 160 202 68 0.21 0 0.66 0.21 78.81 0.56 0.53
Hex A0 CA 44 15 0 42 15 4F 38 35
Octal 240 312 104 25 0 102 25 117 70 65
Binary 10100000 11001010 1000100 10101 0 1000010 10101 1001111 111000 110101

Color Harmonies of #A0CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA44

Black with #A0CA44

Text Example


Text Example

White with #A0CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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