Html Css Color HEX #A0C43B Atlantis

📋 copy color: '#A0C43B'

red 160 ◦ green 196 ◦ blue 59

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

Shades of Atlantis #A0C43B

Tints of Atlantis #A0C43B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

 BLUE value IS 59 (23.44% from 255) = 14.22%

R = 38.55%
G = 47.23%
B = 14.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#A0C43B (or 0xA0C43B) is known color: Atlantis. HEX triplet: A0, C4 and 3B. RGB value is (160,196,59). Sum of RGB (Red+Green+Blue) = 160+196+59=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C43B is #5F3BC4. Grayscale: #AAAAAA. Windows color (decimal): -6241221 or 3916960. OLE color: 3916960.

HSL color Cylindrical-coordinate representation of color #A0C43B: hue angle of 75.77º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C43B is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 59 -
CMYK 0.18 0 0.70 0.23
HSL 75.77º 0.54% 0.5% -
HSV(B) 75.77º 0.7% 0.77% -
XYZ 35.03 47.27 11.42 -
YUV 169.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 160 196 59 0.18 0 0.70 0.23 75.77 0.54 0.5
Hex A0 C4 3B 12 0 46 17 4C 36 32
Octal 240 304 73 22 0 106 27 114 66 62
Binary 10100000 11000100 111011 10010 0 1000110 10111 1001100 110110 110010

Color Harmonies of #A0C43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C43B

Black with #A0C43B

Text Example


Text Example

White with #A0C43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C43B; }

 p { color: rgb(160,196,59); }

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

background-color css

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

 a { background-color: rgb(160,196,59); }

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

border-color css

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

 span { border-color: rgb(160,196,59); }

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