Html Css Color HEX #A4E133 Atlantis

📋 copy color: '#A4E133'

red 164 ◦ green 225 ◦ blue 51

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

Shades of Atlantis #A4E133

Tints of Atlantis #A4E133

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

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

R = 37.27%
G = 51.14%
B = 11.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A4E133 (or 0xA4E133) is known color: Atlantis. HEX triplet: A4, E1 and 33. RGB value is (164,225,51). Sum of RGB (Red+Green+Blue) = 164+225+51=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E133 is #5B1ECC. Grayscale: #BBBBBB. Windows color (decimal): -5971661 or 3400100. OLE color: 3400100.

HSL color Cylindrical-coordinate representation of color #A4E133: hue angle of 81.03º 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 #A4E133 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 225 51 -
CMYK 0.27 0 0.77 0.12
HSL 81.03º 0.74% 0.54% -
HSV(B) 81.03º 0.77% 0.88% -
XYZ 42.83 61.98 12.84 -
YUV 186.93 51.29 111.65 -
System Red Green Blue C M Y K H S L
Decimal 164 225 51 0.27 0 0.77 0.12 81.03 0.74 0.54
Hex A4 E1 33 1B 0 4D C 51 4A 36
Octal 244 341 63 33 0 115 14 121 112 66
Binary 10100100 11100001 110011 11011 0 1001101 1100 1010001 1001010 110110

Color Harmonies of #A4E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E133

Black with #A4E133

Text Example


Text Example

White with #A4E133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E133; }

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

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

background-color css

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

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

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

border-color css

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

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

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