Html Css Color HEX #A0BE3F Atlantis

📋 copy color: '#A0BE3F'

red 160 ◦ green 190 ◦ blue 63

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

Shades of Atlantis #A0BE3F

Tints of Atlantis #A0BE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.25%

R = 38.74%
G = 46%
B = 15.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A0BE3F (or 0xA0BE3F) is known color: Atlantis. HEX triplet: A0, BE and 3F. RGB value is (160,190,63). Sum of RGB (Red+Green+Blue) = 160+190+63=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE3F is #5F41C0. Grayscale: #A7A7A7. Windows color (decimal): -6242753 or 4177568. OLE color: 4177568.

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

Color convert

RGB 160 190 63 -
CMYK 0.16 0 0.67 0.25
HSL 74.17º 0.5% 0.5% -
HSV(B) 74.17º 0.67% 0.75% -
XYZ 33.81 44.66 11.54 -
YUV 166.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 160 190 63 0.16 0 0.67 0.25 74.17 0.5 0.5
Hex A0 BE 3F 10 0 43 19 4A 32 32
Octal 240 276 77 20 0 103 31 112 62 62
Binary 10100000 10111110 111111 10000 0 1000011 11001 1001010 110010 110010

Color Harmonies of #A0BE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE3F

Black with #A0BE3F

Text Example


Text Example

White with #A0BE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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