Html Css Color HEX #A0D54C Atlantis

📋 copy color: '#A0D54C'

red 160 ◦ green 213 ◦ blue 76

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

Shades of Atlantis #A0D54C

Tints of Atlantis #A0D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 35.63%
G = 47.44%
B = 16.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A0D54C (or 0xA0D54C) is known color: Atlantis. HEX triplet: A0, D5 and 4C. RGB value is (160,213,76). Sum of RGB (Red+Green+Blue) = 160+213+76=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D54C is #5F2AB3. Grayscale: #B6B6B6. Windows color (decimal): -6236852 or 5035424. OLE color: 5035424.

HSL color Cylindrical-coordinate representation of color #A0D54C: hue angle of 83.21º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0D54C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 76 -
CMYK 0.25 0 0.64 0.16
HSL 83.21º 0.62% 0.57% -
HSV(B) 83.21º 0.64% 0.84% -
XYZ 39.6 55.58 15.48 -
YUV 181.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 160 213 76 0.25 0 0.64 0.16 83.21 0.62 0.57
Hex A0 D5 4C 19 0 40 10 53 3E 39
Octal 240 325 114 31 0 100 20 123 76 71
Binary 10100000 11010101 1001100 11001 0 1000000 10000 1010011 111110 111001

Color Harmonies of #A0D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D54C

Black with #A0D54C

Text Example


Text Example

White with #A0D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D54C; }

 p { color: rgb(160,213,76); }

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

background-color css

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

 a { background-color: rgb(160,213,76); }

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

border-color css

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

 span { border-color: rgb(160,213,76); }

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