Html Css Color HEX #A0BE40 Atlantis

📋 copy color: '#A0BE40'

red 160 ◦ green 190 ◦ blue 64

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

Shades of Atlantis #A0BE40

Tints of Atlantis #A0BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.89%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 38.65%
G = 45.89%
B = 15.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#A0BE40 (or 0xA0BE40) is known color: Atlantis. HEX triplet: A0, BE and 40. RGB value is (160,190,64). Sum of RGB (Red+Green+Blue) = 160+190+64=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE40 is #5F41BF. Grayscale: #A7A7A7. Windows color (decimal): -6242752 or 4243104. OLE color: 4243104.

HSL color Cylindrical-coordinate representation of color #A0BE40: hue angle of 74.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0BE40 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 64 -
CMYK 0.16 0 0.66 0.25
HSL 74.29º 0.5% 0.5% -
HSV(B) 74.29º 0.66% 0.75% -
XYZ 33.84 44.67 11.69 -
YUV 166.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 160 190 64 0.16 0 0.66 0.25 74.29 0.5 0.5
Hex A0 BE 40 10 0 42 19 4A 32 32
Octal 240 276 100 20 0 102 31 112 62 62
Binary 10100000 10111110 1000000 10000 0 1000010 11001 1001010 110010 110010

Color Harmonies of #A0BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE40

Black with #A0BE40

Text Example


Text Example

White with #A0BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE40; }

 p { color: rgb(160,190,64); }

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

background-color css

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

 a { background-color: rgb(160,190,64); }

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

border-color css

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

 span { border-color: rgb(160,190,64); }

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