Html Css Color HEX #A0C144 Atlantis

📋 copy color: '#A0C144'

red 160 ◦ green 193 ◦ blue 68

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

Shades of Atlantis #A0C144

Tints of Atlantis #A0C144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

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

R = 38%
G = 45.84%
B = 16.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#A0C144 (or 0xA0C144) is known color: Atlantis. HEX triplet: A0, C1 and 44. RGB value is (160,193,68). Sum of RGB (Red+Green+Blue) = 160+193+68=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C144 is #5F3EBB. Grayscale: #A9A9A9. Windows color (decimal): -6241980 or 4506016. OLE color: 4506016.

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

Color convert

RGB 160 193 68 -
CMYK 0.17 0 0.65 0.24
HSL 75.84º 0.5% 0.51% -
HSV(B) 75.84º 0.65% 0.76% -
XYZ 34.61 46.03 12.53 -
YUV 168.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 160 193 68 0.17 0 0.65 0.24 75.84 0.5 0.51
Hex A0 C1 44 11 0 41 18 4C 32 33
Octal 240 301 104 21 0 101 30 114 62 63
Binary 10100000 11000001 1000100 10001 0 1000001 11000 1001100 110010 110011

Color Harmonies of #A0C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C144

Black with #A0C144

Text Example


Text Example

White with #A0C144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C144; }

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

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

background-color css

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

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

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

border-color css

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

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

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