Html Css Color HEX #A0C73E Atlantis

📋 copy color: '#A0C73E'

red 160 ◦ green 199 ◦ blue 62

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

Shades of Atlantis #A0C73E

Tints of Atlantis #A0C73E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 38%
G = 47.27%
B = 14.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#A0C73E (or 0xA0C73E) is known color: Atlantis. HEX triplet: A0, C7 and 3E. RGB value is (160,199,62). Sum of RGB (Red+Green+Blue) = 160+199+62=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C73E is #5F38C1. Grayscale: #ACACAC. Windows color (decimal): -6240450 or 4114336. OLE color: 4114336.

HSL color Cylindrical-coordinate representation of color #A0C73E: hue angle of 77.08º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C73E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 62 -
CMYK 0.20 0 0.69 0.22
HSL 77.08º 0.55% 0.51% -
HSV(B) 77.08º 0.69% 0.78% -
XYZ 35.79 48.67 12.07 -
YUV 171.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 160 199 62 0.20 0 0.69 0.22 77.08 0.55 0.51
Hex A0 C7 3E 14 0 45 16 4D 37 33
Octal 240 307 76 24 0 105 26 115 67 63
Binary 10100000 11000111 111110 10100 0 1000101 10110 1001101 110111 110011

Color Harmonies of #A0C73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C73E

Black with #A0C73E

Text Example


Text Example

White with #A0C73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C73E; }

 p { color: rgb(160,199,62); }

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

background-color css

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

 a { background-color: rgb(160,199,62); }

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

border-color css

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

 span { border-color: rgb(160,199,62); }

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