Html Css Color HEX #A0C245 Atlantis

📋 copy color: '#A0C245'

red 160 ◦ green 194 ◦ blue 69

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

Shades of Atlantis #A0C245

Tints of Atlantis #A0C245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 37.83%
G = 45.86%
B = 16.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#A0C245 (or 0xA0C245) is known color: Atlantis. HEX triplet: A0, C2 and 45. RGB value is (160,194,69). Sum of RGB (Red+Green+Blue) = 160+194+69=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C245 is #5F3DBA. Grayscale: #AAAAAA. Windows color (decimal): -6241723 or 4571808. OLE color: 4571808.

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

Color convert

RGB 160 194 69 -
CMYK 0.18 0 0.64 0.24
HSL 76.32º 0.51% 0.52% -
HSV(B) 76.32º 0.64% 0.76% -
XYZ 34.86 46.49 12.77 -
YUV 169.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 160 194 69 0.18 0 0.64 0.24 76.32 0.51 0.52
Hex A0 C2 45 12 0 40 18 4C 33 34
Octal 240 302 105 22 0 100 30 114 63 64
Binary 10100000 11000010 1000101 10010 0 1000000 11000 1001100 110011 110100

Color Harmonies of #A0C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C245

Black with #A0C245

Text Example


Text Example

White with #A0C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C245; }

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

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

background-color css

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

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

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

border-color css

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

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

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