Html Css Color HEX #A0C63D Atlantis

📋 copy color: '#A0C63D'

red 160 ◦ green 198 ◦ blue 61

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

Shades of Atlantis #A0C63D

Tints of Atlantis #A0C63D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

 BLUE value IS 61 (24.22% from 255) = 14.56%

R = 38.19%
G = 47.26%
B = 14.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#A0C63D (or 0xA0C63D) is known color: Atlantis. HEX triplet: A0, C6 and 3D. RGB value is (160,198,61). Sum of RGB (Red+Green+Blue) = 160+198+61=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C63D is #5F39C2. Grayscale: #ABABAB. Windows color (decimal): -6240707 or 4048544. OLE color: 4048544.

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

Color convert

RGB 160 198 61 -
CMYK 0.19 0 0.69 0.22
HSL 76.64º 0.55% 0.51% -
HSV(B) 76.64º 0.69% 0.78% -
XYZ 35.53 48.2 11.85 -
YUV 171.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 160 198 61 0.19 0 0.69 0.22 76.64 0.55 0.51
Hex A0 C6 3D 13 0 45 16 4D 37 33
Octal 240 306 75 23 0 105 26 115 67 63
Binary 10100000 11000110 111101 10011 0 1000101 10110 1001101 110111 110011

Color Harmonies of #A0C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C63D

Black with #A0C63D

Text Example


Text Example

White with #A0C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C63D; }

 p { color: rgb(160,198,61); }

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

background-color css

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

 a { background-color: rgb(160,198,61); }

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

border-color css

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

 span { border-color: rgb(160,198,61); }

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