Html Css Color HEX #A0CA4E Atlantis

📋 copy color: '#A0CA4E'

red 160 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #A0CA4E

Tints of Atlantis #A0CA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.73%

R = 36.36%
G = 45.91%
B = 17.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#A0CA4E (or 0xA0CA4E) is known color: Atlantis. HEX triplet: A0, CA and 4E. RGB value is (160,202,78). Sum of RGB (Red+Green+Blue) = 160+202+78=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA4E is #5F35B1. Grayscale: #AFAFAF. Windows color (decimal): -6239666 or 5163680. OLE color: 5163680.

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

Color convert

RGB 160 202 78 -
CMYK 0.21 0 0.61 0.21
HSL 80.32º 0.54% 0.55% -
HSV(B) 80.32º 0.61% 0.79% -
XYZ 36.99 50.26 14.96 -
YUV 175.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 160 202 78 0.21 0 0.61 0.21 80.32 0.54 0.55
Hex A0 CA 4E 15 0 3D 15 50 36 37
Octal 240 312 116 25 0 75 25 120 66 67
Binary 10100000 11001010 1001110 10101 0 111101 10101 1010000 110110 110111

Color Harmonies of #A0CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA4E

Black with #A0CA4E

Text Example


Text Example

White with #A0CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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