Html Css Color HEX #A8E034 Atlantis

📋 copy color: '#A8E034'

red 168 ◦ green 224 ◦ blue 52

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

Shades of Atlantis #A8E034

Tints of Atlantis #A8E034

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

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

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

R = 37.84%
G = 50.45%
B = 11.71%

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

#A8E034 (or 0xA8E034) is known color: Atlantis. HEX triplet: A8, E0 and 34. RGB value is (168,224,52). Sum of RGB (Red+Green+Blue) = 168+224+52=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E034 is #571FCB. Grayscale: #BCBCBC. Windows color (decimal): -5709772 or 3465384. OLE color: 3465384.

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

Color convert

RGB 168 224 52 -
CMYK 0.25 0 0.77 0.12
HSL 79.53º 0.74% 0.54% -
HSV(B) 79.53º 0.77% 0.88% -
XYZ 43.42 61.88 12.9 -
YUV 187.65 51.45 113.99 -
System Red Green Blue C M Y K H S L
Decimal 168 224 52 0.25 0 0.77 0.12 79.53 0.74 0.54
Hex A8 E0 34 19 0 4D C 50 4A 36
Octal 250 340 64 31 0 115 14 120 112 66
Binary 10101000 11100000 110100 11001 0 1001101 1100 1010000 1001010 110110

Color Harmonies of #A8E034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E034

Black with #A8E034

Text Example


Text Example

White with #A8E034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E034; }

 p { color: rgb(168,224,52); }

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

background-color css

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

 a { background-color: rgb(168,224,52); }

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

border-color css

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

 span { border-color: rgb(168,224,52); }

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