Html Css Color HEX #A4E041 Atlantis

📋 copy color: '#A4E041'

red 164 ◦ green 224 ◦ blue 65

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

Shades of Atlantis #A4E041

Tints of Atlantis #A4E041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.45%

 BLUE value IS 65 (25.78% from 255) = 14.35%

R = 36.2%
G = 49.45%
B = 14.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#A4E041 (or 0xA4E041) is known color: Atlantis. HEX triplet: A4, E0 and 41. RGB value is (164,224,65). Sum of RGB (Red+Green+Blue) = 164+224+65=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E041 is #5B1FBE. Grayscale: #BCBCBC. Windows color (decimal): -5971903 or 4317348. OLE color: 4317348.

HSL color Cylindrical-coordinate representation of color #A4E041: hue angle of 82.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4E041 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 65 -
CMYK 0.27 0 0.71 0.12
HSL 82.64º 0.72% 0.57% -
HSV(B) 82.64º 0.71% 0.88% -
XYZ 42.92 61.59 14.63 -
YUV 187.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 164 224 65 0.27 0 0.71 0.12 82.64 0.72 0.57
Hex A4 E0 41 1B 0 47 C 53 48 39
Octal 244 340 101 33 0 107 14 123 110 71
Binary 10100100 11100000 1000001 11011 0 1000111 1100 1010011 1001000 111001

Color Harmonies of #A4E041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E041

Black with #A4E041

Text Example


Text Example

White with #A4E041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E041; }

 p { color: rgb(164,224,65); }

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

background-color css

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

 a { background-color: rgb(164,224,65); }

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

border-color css

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

 span { border-color: rgb(164,224,65); }

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