Html Css Color HEX #A0C83E Atlantis

📋 copy color: '#A0C83E'

red 160 ◦ green 200 ◦ blue 62

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

Shades of Atlantis #A0C83E

Tints of Atlantis #A0C83E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 37.91%
G = 47.39%
B = 14.69%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#A0C83E (or 0xA0C83E) is known color: Atlantis. HEX triplet: A0, C8 and 3E. RGB value is (160,200,62). Sum of RGB (Red+Green+Blue) = 160+200+62=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C83E is #5F37C1. Grayscale: #ACACAC. Windows color (decimal): -6240194 or 4114592. OLE color: 4114592.

HSL color Cylindrical-coordinate representation of color #A0C83E: hue angle of 77.39º degrees, saturation: 0.56, 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 #A0C83E is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 62 -
CMYK 0.2 0 0.69 0.22
HSL 77.39º 0.56% 0.51% -
HSV(B) 77.39º 0.69% 0.78% -
XYZ 36.02 49.13 12.14 -
YUV 172.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 160 200 62 0.2 0 0.69 0.22 77.39 0.56 0.51
Hex A0 C8 3E 14 0 45 16 4D 38 33
Octal 240 310 76 24 0 105 26 115 70 63
Binary 10100000 11001000 111110 10100 0 1000101 10110 1001101 111000 110011

Color Harmonies of #A0C83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C83E

Black with #A0C83E

Text Example


Text Example

White with #A0C83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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