Html Css Color HEX #A0C54B Atlantis

📋 copy color: '#A0C54B'

red 160 ◦ green 197 ◦ blue 75

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

Shades of Atlantis #A0C54B

Tints of Atlantis #A0C54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.6%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 37.04%
G = 45.6%
B = 17.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#A0C54B (or 0xA0C54B) is known color: Atlantis. HEX triplet: A0, C5 and 4B. RGB value is (160,197,75). Sum of RGB (Red+Green+Blue) = 160+197+75=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C54B is #5F3AB4. Grayscale: #ACACAC. Windows color (decimal): -6240949 or 4965792. OLE color: 4965792.

HSL color Cylindrical-coordinate representation of color #A0C54B: hue angle of 78.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0C54B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 75 -
CMYK 0.19 0 0.62 0.23
HSL 78.2º 0.51% 0.53% -
HSV(B) 78.2º 0.62% 0.77% -
XYZ 35.73 47.91 14.02 -
YUV 172.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 160 197 75 0.19 0 0.62 0.23 78.2 0.51 0.53
Hex A0 C5 4B 13 0 3E 17 4E 33 35
Octal 240 305 113 23 0 76 27 116 63 65
Binary 10100000 11000101 1001011 10011 0 111110 10111 1001110 110011 110101

Color Harmonies of #A0C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C54B

Black with #A0C54B

Text Example


Text Example

White with #A0C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C54B; }

 p { color: rgb(160,197,75); }

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

background-color css

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

 a { background-color: rgb(160,197,75); }

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

border-color css

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

 span { border-color: rgb(160,197,75); }

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