Html Css Color HEX #A9E133 Atlantis

📋 copy color: '#A9E133'

red 169 ◦ green 225 ◦ blue 51

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

Shades of Atlantis #A9E133

Tints of Atlantis #A9E133

RGB

 RED value IS 169 (66.41% from 255) = 37.98%

 GREEN value IS 225 (88.28% from 255) = 50.56%

 BLUE value IS 51 (20.31% from 255) = 11.46%

R = 37.98%
G = 50.56%
B = 11.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A9E133 (or 0xA9E133) is known color: Atlantis. HEX triplet: A9, E1 and 33. RGB value is (169,225,51). Sum of RGB (Red+Green+Blue) = 169+225+51=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E133 is #561ECC. Grayscale: #BDBDBD. Windows color (decimal): -5643981 or 3400105. OLE color: 3400105.

HSL color Cylindrical-coordinate representation of color #A9E133: hue angle of 79.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9E133 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 225 51 -
CMYK 0.25 0 0.77 0.12
HSL 79.31º 0.74% 0.54% -
HSV(B) 79.31º 0.77% 0.88% -
XYZ 43.88 62.52 12.89 -
YUV 188.42 50.45 114.15 -
System Red Green Blue C M Y K H S L
Decimal 169 225 51 0.25 0 0.77 0.12 79.31 0.74 0.54
Hex A9 E1 33 19 0 4D C 4F 4A 36
Octal 251 341 63 31 0 115 14 117 112 66
Binary 10101001 11100001 110011 11001 0 1001101 1100 1001111 1001010 110110

Color Harmonies of #A9E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E133

Black with #A9E133

Text Example


Text Example

White with #A9E133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E133; }

 p { color: rgb(169,225,51); }

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

background-color css

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

 a { background-color: rgb(169,225,51); }

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

border-color css

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

 span { border-color: rgb(169,225,51); }

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