Html Css Color HEX #A0BF4A Atlantis

📋 copy color: '#A0BF4A'

red 160 ◦ green 191 ◦ blue 74

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

Shades of Atlantis #A0BF4A

Tints of Atlantis #A0BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 37.65%
G = 44.94%
B = 17.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A0BF4A (or 0xA0BF4A) is known color: Atlantis. HEX triplet: A0, BF and 4A. RGB value is (160,191,74). Sum of RGB (Red+Green+Blue) = 160+191+74=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF4A is #5F40B5. Grayscale: #A8A8A8. Windows color (decimal): -6242486 or 4898720. OLE color: 4898720.

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

Color convert

RGB 160 191 74 -
CMYK 0.16 0 0.61 0.25
HSL 75.9º 0.48% 0.52% -
HSV(B) 75.9º 0.61% 0.75% -
XYZ 34.36 45.23 13.4 -
YUV 168.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 160 191 74 0.16 0 0.61 0.25 75.9 0.48 0.52
Hex A0 BF 4A 10 0 3D 19 4C 30 34
Octal 240 277 112 20 0 75 31 114 60 64
Binary 10100000 10111111 1001010 10000 0 111101 11001 1001100 110000 110100

Color Harmonies of #A0BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF4A

Black with #A0BF4A

Text Example


Text Example

White with #A0BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF4A; }

 p { color: rgb(160,191,74); }

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

background-color css

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

 a { background-color: rgb(160,191,74); }

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

border-color css

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

 span { border-color: rgb(160,191,74); }

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