Html Css Color HEX #A1C63A Atlantis

📋 copy color: '#A1C63A'

red 161 ◦ green 198 ◦ blue 58

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

Shades of Atlantis #A1C63A

Tints of Atlantis #A1C63A

RGB

 RED value IS 161 (63.28% from 255) = 38.61%

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 38.61%
G = 47.48%
B = 13.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#A1C63A (or 0xA1C63A) is known color: Atlantis. HEX triplet: A1, C6 and 3A. RGB value is (161,198,58). Sum of RGB (Red+Green+Blue) = 161+198+58=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C63A is #5E39C5. Grayscale: #ABABAB. Windows color (decimal): -6175174 or 3851937. OLE color: 3851937.

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

Color convert

RGB 161 198 58 -
CMYK 0.19 0 0.71 0.22
HSL 75.86º 0.55% 0.5% -
HSV(B) 75.86º 0.71% 0.78% -
XYZ 35.66 48.27 11.44 -
YUV 170.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 161 198 58 0.19 0 0.71 0.22 75.86 0.55 0.5
Hex A1 C6 3A 13 0 47 16 4C 37 32
Octal 241 306 72 23 0 107 26 114 67 62
Binary 10100001 11000110 111010 10011 0 1000111 10110 1001100 110111 110010

Color Harmonies of #A1C63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C63A

Black with #A1C63A

Text Example


Text Example

White with #A1C63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C63A; }

 p { color: rgb(161,198,58); }

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

background-color css

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

 a { background-color: rgb(161,198,58); }

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

border-color css

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

 span { border-color: rgb(161,198,58); }

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