Html Css Color HEX #A1D235 Atlantis

📋 copy color: '#A1D235'

red 161 ◦ green 210 ◦ blue 53

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

Shades of Atlantis #A1D235

Tints of Atlantis #A1D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.53%

 BLUE value IS 53 (21.09% from 255) = 12.5%

R = 37.97%
G = 49.53%
B = 12.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A1D235 (or 0xA1D235) is known color: Atlantis. HEX triplet: A1, D2 and 35. RGB value is (161,210,53). Sum of RGB (Red+Green+Blue) = 161+210+53=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D235 is #5E2DCA. Grayscale: #B2B2B2. Windows color (decimal): -6172107 or 3527329. OLE color: 3527329.

HSL color Cylindrical-coordinate representation of color #A1D235: hue angle of 78.73º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1D235 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 53 -
CMYK 0.23 0 0.75 0.18
HSL 78.73º 0.64% 0.52% -
HSV(B) 78.73º 0.75% 0.82% -
XYZ 38.39 53.93 11.75 -
YUV 177.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 161 210 53 0.23 0 0.75 0.18 78.73 0.64 0.52
Hex A1 D2 35 17 0 4B 12 4F 40 34
Octal 241 322 65 27 0 113 22 117 100 64
Binary 10100001 11010010 110101 10111 0 1001011 10010 1001111 1000000 110100

Color Harmonies of #A1D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D235

Black with #A1D235

Text Example


Text Example

White with #A1D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D235; }

 p { color: rgb(161,210,53); }

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

background-color css

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

 a { background-color: rgb(161,210,53); }

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

border-color css

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

 span { border-color: rgb(161,210,53); }

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