Html Css Color HEX #A1CC3F Atlantis

📋 copy color: '#A1CC3F'

red 161 ◦ green 204 ◦ blue 63

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

Shades of Atlantis #A1CC3F

Tints of Atlantis #A1CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.72%

R = 37.62%
G = 47.66%
B = 14.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#A1CC3F (or 0xA1CC3F) is known color: Atlantis. HEX triplet: A1, CC and 3F. RGB value is (161,204,63). Sum of RGB (Red+Green+Blue) = 161+204+63=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC3F is #5E33C0. Grayscale: #AFAFAF. Windows color (decimal): -6173633 or 4181153. OLE color: 4181153.

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

Color convert

RGB 161 204 63 -
CMYK 0.21 0 0.69 0.2
HSL 78.3º 0.58% 0.52% -
HSV(B) 78.3º 0.69% 0.8% -
XYZ 37.19 51.12 12.61 -
YUV 175.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 161 204 63 0.21 0 0.69 0.2 78.3 0.58 0.52
Hex A1 CC 3F 15 0 45 14 4E 3A 34
Octal 241 314 77 25 0 105 24 116 72 64
Binary 10100001 11001100 111111 10101 0 1000101 10100 1001110 111010 110100

Color Harmonies of #A1CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC3F

Black with #A1CC3F

Text Example


Text Example

White with #A1CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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