Html Css Color HEX #A1D94A Atlantis

📋 copy color: '#A1D94A'

red 161 ◦ green 217 ◦ blue 74

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

Shades of Atlantis #A1D94A

Tints of Atlantis #A1D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

 BLUE value IS 74 (29.3% from 255) = 16.37%

R = 35.62%
G = 48.01%
B = 16.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A1D94A (or 0xA1D94A) is known color: Atlantis. HEX triplet: A1, D9 and 4A. RGB value is (161,217,74). Sum of RGB (Red+Green+Blue) = 161+217+74=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D94A is #5E26B5. Grayscale: #B8B8B8. Windows color (decimal): -6170294 or 4905377. OLE color: 4905377.

HSL color Cylindrical-coordinate representation of color #A1D94A: hue angle of 83.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D94A is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 74 -
CMYK 0.26 0 0.66 0.15
HSL 83.5º 0.65% 0.57% -
HSV(B) 83.5º 0.66% 0.85% -
XYZ 40.75 57.7 15.47 -
YUV 183.95 65.95 111.63 -
System Red Green Blue C M Y K H S L
Decimal 161 217 74 0.26 0 0.66 0.15 83.5 0.65 0.57
Hex A1 D9 4A 1A 0 42 F 53 41 39
Octal 241 331 112 32 0 102 17 123 101 71
Binary 10100001 11011001 1001010 11010 0 1000010 1111 1010011 1000001 111001

Color Harmonies of #A1D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D94A

Black with #A1D94A

Text Example


Text Example

White with #A1D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D94A; }

 p { color: rgb(161,217,74); }

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

background-color css

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

 a { background-color: rgb(161,217,74); }

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

border-color css

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

 span { border-color: rgb(161,217,74); }

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