Html Css Color HEX #A0D235 Atlantis

📋 copy color: '#A0D235'

red 160 ◦ green 210 ◦ blue 53

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

Shades of Atlantis #A0D235

Tints of Atlantis #A0D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 53 (21.09% from 255) = 12.53%

R = 37.83%
G = 49.65%
B = 12.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A0D235 (or 0xA0D235) is known color: Atlantis. HEX triplet: A0, D2 and 35. RGB value is (160,210,53). Sum of RGB (Red+Green+Blue) = 160+210+53=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D235 is #5F2DCA. Grayscale: #B1B1B1. Windows color (decimal): -6237643 or 3527328. OLE color: 3527328.

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

Color convert

RGB 160 210 53 -
CMYK 0.24 0 0.75 0.18
HSL 79.11º 0.64% 0.52% -
HSV(B) 79.11º 0.75% 0.82% -
XYZ 38.19 53.82 11.74 -
YUV 177.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 160 210 53 0.24 0 0.75 0.18 79.11 0.64 0.52
Hex A0 D2 35 18 0 4B 12 4F 40 34
Octal 240 322 65 30 0 113 22 117 100 64
Binary 10100000 11010010 110101 11000 0 1001011 10010 1001111 1000000 110100

Color Harmonies of #A0D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D235

Black with #A0D235

Text Example


Text Example

White with #A0D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D235; }

 p { color: rgb(160,210,53); }

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

background-color css

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

 a { background-color: rgb(160,210,53); }

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

border-color css

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

 span { border-color: rgb(160,210,53); }

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