Html Css Color HEX #A0BE42 Atlantis

📋 copy color: '#A0BE42'

red 160 ◦ green 190 ◦ blue 66

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

Shades of Atlantis #A0BE42

Tints of Atlantis #A0BE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 38.46%
G = 45.67%
B = 15.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#A0BE42 (or 0xA0BE42) is known color: Atlantis. HEX triplet: A0, BE and 42. RGB value is (160,190,66). Sum of RGB (Red+Green+Blue) = 160+190+66=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE42 is #5F41BD. Grayscale: #A7A7A7. Windows color (decimal): -6242750 or 4374176. OLE color: 4374176.

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

Color convert

RGB 160 190 66 -
CMYK 0.16 0 0.65 0.25
HSL 74.52º 0.49% 0.5% -
HSV(B) 74.52º 0.65% 0.75% -
XYZ 33.89 44.69 11.99 -
YUV 166.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 160 190 66 0.16 0 0.65 0.25 74.52 0.49 0.5
Hex A0 BE 42 10 0 41 19 4B 31 32
Octal 240 276 102 20 0 101 31 113 61 62
Binary 10100000 10111110 1000010 10000 0 1000001 11001 1001011 110001 110010

Color Harmonies of #A0BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE42

Black with #A0BE42

Text Example


Text Example

White with #A0BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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