Html Css Color HEX #A0C242 Atlantis

📋 copy color: '#A0C242'

red 160 ◦ green 194 ◦ blue 66

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

Shades of Atlantis #A0C242

Tints of Atlantis #A0C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

 BLUE value IS 66 (26.17% from 255) = 15.71%

R = 38.1%
G = 46.19%
B = 15.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A0C242 (or 0xA0C242) is known color: Atlantis. HEX triplet: A0, C2 and 42. RGB value is (160,194,66). Sum of RGB (Red+Green+Blue) = 160+194+66=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C242 is #5F3DBD. Grayscale: #A9A9A9. Windows color (decimal): -6241726 or 4375200. OLE color: 4375200.

HSL color Cylindrical-coordinate representation of color #A0C242: hue angle of 75.94º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0C242 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 66 -
CMYK 0.18 0 0.66 0.24
HSL 75.94º 0.51% 0.51% -
HSV(B) 75.94º 0.66% 0.76% -
XYZ 34.77 46.45 12.29 -
YUV 169.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 160 194 66 0.18 0 0.66 0.24 75.94 0.51 0.51
Hex A0 C2 42 12 0 42 18 4C 33 33
Octal 240 302 102 22 0 102 30 114 63 63
Binary 10100000 11000010 1000010 10010 0 1000010 11000 1001100 110011 110011

Color Harmonies of #A0C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C242

Black with #A0C242

Text Example


Text Example

White with #A0C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C242; }

 p { color: rgb(160,194,66); }

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

background-color css

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

 a { background-color: rgb(160,194,66); }

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

border-color css

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

 span { border-color: rgb(160,194,66); }

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