Html Css Color HEX #A0C240 Atlantis

📋 copy color: '#A0C240'

red 160 ◦ green 194 ◦ blue 64

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

Shades of Atlantis #A0C240

Tints of Atlantis #A0C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 38.28%
G = 46.41%
B = 15.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A0C240 (or 0xA0C240) is known color: Atlantis. HEX triplet: A0, C2 and 40. RGB value is (160,194,64). Sum of RGB (Red+Green+Blue) = 160+194+64=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C240 is #5F3DBF. Grayscale: #A9A9A9. Windows color (decimal): -6241728 or 4244128. OLE color: 4244128.

HSL color Cylindrical-coordinate representation of color #A0C240: hue angle of 75.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0C240 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 64 -
CMYK 0.18 0 0.67 0.24
HSL 75.69º 0.52% 0.51% -
HSV(B) 75.69º 0.67% 0.76% -
XYZ 34.71 46.43 11.98 -
YUV 169.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 160 194 64 0.18 0 0.67 0.24 75.69 0.52 0.51
Hex A0 C2 40 12 0 43 18 4C 34 33
Octal 240 302 100 22 0 103 30 114 64 63
Binary 10100000 11000010 1000000 10010 0 1000011 11000 1001100 110100 110011

Color Harmonies of #A0C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C240

Black with #A0C240

Text Example


Text Example

White with #A0C240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C240; }

 p { color: rgb(160,194,64); }

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

background-color css

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

 a { background-color: rgb(160,194,64); }

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

border-color css

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

 span { border-color: rgb(160,194,64); }

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