Html Css Color HEX #A1D438 Atlantis

📋 copy color: '#A1D438'

red 161 ◦ green 212 ◦ blue 56

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

Shades of Atlantis #A1D438

Tints of Atlantis #A1D438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.42%

 BLUE value IS 56 (22.27% from 255) = 13.05%

R = 37.53%
G = 49.42%
B = 13.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#A1D438 (or 0xA1D438) is known color: Atlantis. HEX triplet: A1, D4 and 38. RGB value is (161,212,56). Sum of RGB (Red+Green+Blue) = 161+212+56=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D438 is #5E2BC7. Grayscale: #B3B3B3. Windows color (decimal): -6171592 or 3724449. OLE color: 3724449.

HSL color Cylindrical-coordinate representation of color #A1D438: hue angle of 79.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1D438 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 56 -
CMYK 0.24 0 0.74 0.17
HSL 79.62º 0.64% 0.53% -
HSV(B) 79.62º 0.74% 0.83% -
XYZ 38.96 54.95 12.29 -
YUV 178.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 161 212 56 0.24 0 0.74 0.17 79.62 0.64 0.53
Hex A1 D4 38 18 0 4A 11 50 40 35
Octal 241 324 70 30 0 112 21 120 100 65
Binary 10100001 11010100 111000 11000 0 1001010 10001 1010000 1000000 110101

Color Harmonies of #A1D438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D438

Black with #A1D438

Text Example


Text Example

White with #A1D438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D438; }

 p { color: rgb(161,212,56); }

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

background-color css

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

 a { background-color: rgb(161,212,56); }

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

border-color css

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

 span { border-color: rgb(161,212,56); }

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