Html Css Color HEX #A8E332 Atlantis

📋 copy color: '#A8E332'

red 168 ◦ green 227 ◦ blue 50

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

Shades of Atlantis #A8E332

Tints of Atlantis #A8E332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.01%

 BLUE value IS 50 (19.92% from 255) = 11.24%

R = 37.75%
G = 51.01%
B = 11.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#A8E332 (or 0xA8E332) is known color: Atlantis. HEX triplet: A8, E3 and 32. RGB value is (168,227,50). Sum of RGB (Red+Green+Blue) = 168+227+50=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E332 is #571CCD. Grayscale: #BDBDBD. Windows color (decimal): -5709006 or 3335080. OLE color: 3335080.

HSL color Cylindrical-coordinate representation of color #A8E332: hue angle of 80º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8E332 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 227 50 -
CMYK 0.26 0 0.78 0.11
HSL 80º 0.76% 0.54% -
HSV(B) 80º 0.78% 0.89% -
XYZ 44.19 63.49 12.94 -
YUV 189.18 49.45 112.89 -
System Red Green Blue C M Y K H S L
Decimal 168 227 50 0.26 0 0.78 0.11 80 0.76 0.54
Hex A8 E3 32 1A 0 4E B 50 4C 36
Octal 250 343 62 32 0 116 13 120 114 66
Binary 10101000 11100011 110010 11010 0 1001110 1011 1010000 1001100 110110

Color Harmonies of #A8E332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E332

Black with #A8E332

Text Example


Text Example

White with #A8E332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E332; }

 p { color: rgb(168,227,50); }

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

background-color css

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

 a { background-color: rgb(168,227,50); }

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

border-color css

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

 span { border-color: rgb(168,227,50); }

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