Html Css Color HEX #A0CE37 Atlantis

📋 copy color: '#A0CE37'

red 160 ◦ green 206 ◦ blue 55

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

Shades of Atlantis #A0CE37

Tints of Atlantis #A0CE37

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 38%
G = 48.93%
B = 13.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#A0CE37 (or 0xA0CE37) is known color: Atlantis. HEX triplet: A0, CE and 37. RGB value is (160,206,55). Sum of RGB (Red+Green+Blue) = 160+206+55=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE37 is #5F31C8. Grayscale: #AFAFAF. Windows color (decimal): -6238665 or 3657376. OLE color: 3657376.

HSL color Cylindrical-coordinate representation of color #A0CE37: hue angle of 78.28º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0CE37 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 55 -
CMYK 0.22 0 0.73 0.19
HSL 78.28º 0.61% 0.51% -
HSV(B) 78.28º 0.73% 0.81% -
XYZ 37.26 51.89 11.67 -
YUV 175.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 160 206 55 0.22 0 0.73 0.19 78.28 0.61 0.51
Hex A0 CE 37 16 0 49 13 4E 3D 33
Octal 240 316 67 26 0 111 23 116 75 63
Binary 10100000 11001110 110111 10110 0 1001001 10011 1001110 111101 110011

Color Harmonies of #A0CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE37

Black with #A0CE37

Text Example


Text Example

White with #A0CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE37; }

 p { color: rgb(160,206,55); }

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

background-color css

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

 a { background-color: rgb(160,206,55); }

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

border-color css

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

 span { border-color: rgb(160,206,55); }

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