Html Css Color HEX #A1CC3E Atlantis

📋 copy color: '#A1CC3E'

red 161 ◦ green 204 ◦ blue 62

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

Shades of Atlantis #A1CC3E

Tints of Atlantis #A1CC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.78%

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

R = 37.7%
G = 47.78%
B = 14.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#A1CC3E (or 0xA1CC3E) is known color: Atlantis. HEX triplet: A1, CC and 3E. RGB value is (161,204,62). Sum of RGB (Red+Green+Blue) = 161+204+62=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC3E is #5E33C1. Grayscale: #AFAFAF. Windows color (decimal): -6173634 or 4115617. OLE color: 4115617.

HSL color Cylindrical-coordinate representation of color #A1CC3E: hue angle of 78.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1CC3E is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 62 -
CMYK 0.21 0 0.70 0.2
HSL 78.17º 0.58% 0.52% -
HSV(B) 78.17º 0.7% 0.8% -
XYZ 37.16 51.11 12.46 -
YUV 174.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 161 204 62 0.21 0 0.70 0.2 78.17 0.58 0.52
Hex A1 CC 3E 15 0 46 14 4E 3A 34
Octal 241 314 76 25 0 106 24 116 72 64
Binary 10100001 11001100 111110 10101 0 1000110 10100 1001110 111010 110100

Color Harmonies of #A1CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC3E

Black with #A1CC3E

Text Example


Text Example

White with #A1CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC3E; }

 p { color: rgb(161,204,62); }

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

background-color css

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

 a { background-color: rgb(161,204,62); }

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

border-color css

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

 span { border-color: rgb(161,204,62); }

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