Html Css Color HEX #A0D335 Atlantis

📋 copy color: '#A0D335'

red 160 ◦ green 211 ◦ blue 53

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

Shades of Atlantis #A0D335

Tints of Atlantis #A0D335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.76%

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

R = 37.74%
G = 49.76%
B = 12.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#A0D335 (or 0xA0D335) is known color: Atlantis. HEX triplet: A0, D3 and 35. RGB value is (160,211,53). Sum of RGB (Red+Green+Blue) = 160+211+53=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D335 is #5F2CCA. Grayscale: #B2B2B2. Windows color (decimal): -6237387 or 3527584. OLE color: 3527584.

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

Color convert

RGB 160 211 53 -
CMYK 0.24 0 0.75 0.17
HSL 79.37º 0.64% 0.52% -
HSV(B) 79.37º 0.75% 0.83% -
XYZ 38.43 54.32 11.83 -
YUV 177.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 160 211 53 0.24 0 0.75 0.17 79.37 0.64 0.52
Hex A0 D3 35 18 0 4B 11 4F 40 34
Octal 240 323 65 30 0 113 21 117 100 64
Binary 10100000 11010011 110101 11000 0 1001011 10001 1001111 1000000 110100

Color Harmonies of #A0D335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D335

Black with #A0D335

Text Example


Text Example

White with #A0D335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D335; }

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

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

background-color css

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

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

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

border-color css

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

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

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