Html Css Color HEX #A0CF47 Atlantis

📋 copy color: '#A0CF47'

red 160 ◦ green 207 ◦ blue 71

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

Shades of Atlantis #A0CF47

Tints of Atlantis #A0CF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 71 (28.13% from 255) = 16.21%

R = 36.53%
G = 47.26%
B = 16.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#A0CF47 (or 0xA0CF47) is known color: Atlantis. HEX triplet: A0, CF and 47. RGB value is (160,207,71). Sum of RGB (Red+Green+Blue) = 160+207+71=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF47 is #5F30B8. Grayscale: #B1B1B1. Windows color (decimal): -6238393 or 4706208. OLE color: 4706208.

HSL color Cylindrical-coordinate representation of color #A0CF47: hue angle of 80.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0CF47 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 71 -
CMYK 0.23 0 0.66 0.19
HSL 80.74º 0.59% 0.55% -
HSV(B) 80.74º 0.66% 0.81% -
XYZ 37.95 52.55 14.11 -
YUV 177.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 160 207 71 0.23 0 0.66 0.19 80.74 0.59 0.55
Hex A0 CF 47 17 0 42 13 51 3B 37
Octal 240 317 107 27 0 102 23 121 73 67
Binary 10100000 11001111 1000111 10111 0 1000010 10011 1010001 111011 110111

Color Harmonies of #A0CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF47

Black with #A0CF47

Text Example


Text Example

White with #A0CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF47; }

 p { color: rgb(160,207,71); }

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

background-color css

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

 a { background-color: rgb(160,207,71); }

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

border-color css

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

 span { border-color: rgb(160,207,71); }

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