Html Css Color HEX #A0C250 Atlantis

📋 copy color: '#A0C250'

red 160 ◦ green 194 ◦ blue 80

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

Shades of Atlantis #A0C250

Tints of Atlantis #A0C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 36.87%
G = 44.7%
B = 18.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#A0C250 (or 0xA0C250) is known color: Atlantis. HEX triplet: A0, C2 and 50. RGB value is (160,194,80). Sum of RGB (Red+Green+Blue) = 160+194+80=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C250 is #5F3DAF. Grayscale: #ABABAB. Windows color (decimal): -6241712 or 5292704. OLE color: 5292704.

HSL color Cylindrical-coordinate representation of color #A0C250: hue angle of 77.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C250 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 80 -
CMYK 0.18 0 0.59 0.24
HSL 77.89º 0.48% 0.54% -
HSV(B) 77.89º 0.59% 0.76% -
XYZ 35.24 46.64 14.73 -
YUV 170.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 160 194 80 0.18 0 0.59 0.24 77.89 0.48 0.54
Hex A0 C2 50 12 0 3B 18 4E 30 36
Octal 240 302 120 22 0 73 30 116 60 66
Binary 10100000 11000010 1010000 10010 0 111011 11000 1001110 110000 110110

Color Harmonies of #A0C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C250

Black with #A0C250

Text Example


Text Example

White with #A0C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C250; }

 p { color: rgb(160,194,80); }

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

background-color css

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

 a { background-color: rgb(160,194,80); }

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

border-color css

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

 span { border-color: rgb(160,194,80); }

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