Html Css Color HEX #A4DE34 Atlantis

📋 copy color: '#A4DE34'

red 164 ◦ green 222 ◦ blue 52

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

Shades of Atlantis #A4DE34

Tints of Atlantis #A4DE34

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 37.44%
G = 50.68%
B = 11.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A4DE34 (or 0xA4DE34) is known color: Atlantis. HEX triplet: A4, DE and 34. RGB value is (164,222,52). Sum of RGB (Red+Green+Blue) = 164+222+52=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DE34 is #5B21CB. Grayscale: #B9B9B9. Windows color (decimal): -5972428 or 3464868. OLE color: 3464868.

HSL color Cylindrical-coordinate representation of color #A4DE34: hue angle of 80.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4DE34 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 52 -
CMYK 0.26 0 0.77 0.13
HSL 80.47º 0.72% 0.54% -
HSV(B) 80.47º 0.77% 0.87% -
XYZ 42.05 60.38 12.69 -
YUV 185.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 164 222 52 0.26 0 0.77 0.13 80.47 0.72 0.54
Hex A4 DE 34 1A 0 4D D 50 48 36
Octal 244 336 64 32 0 115 15 120 110 66
Binary 10100100 11011110 110100 11010 0 1001101 1101 1010000 1001000 110110

Color Harmonies of #A4DE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DE34

Black with #A4DE34

Text Example


Text Example

White with #A4DE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DE34; }

 p { color: rgb(164,222,52); }

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

background-color css

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

 a { background-color: rgb(164,222,52); }

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

border-color css

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

 span { border-color: rgb(164,222,52); }

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