Html Css Color HEX #A8E230 Atlantis

📋 copy color: '#A8E230'

red 168 ◦ green 226 ◦ blue 48

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

Shades of Atlantis #A8E230

Tints of Atlantis #A8E230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.13%

 BLUE value IS 48 (19.14% from 255) = 10.86%

R = 38.01%
G = 51.13%
B = 10.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#A8E230 (or 0xA8E230) is known color: Atlantis. HEX triplet: A8, E2 and 30. RGB value is (168,226,48). Sum of RGB (Red+Green+Blue) = 168+226+48=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 226 (88.67% from 255 or 51.13% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E230 is #571DCF. Grayscale: #BDBDBD. Windows color (decimal): -5709264 or 3203752. OLE color: 3203752.

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

Color convert

RGB 168 226 48 -
CMYK 0.26 0 0.79 0.11
HSL 79.55º 0.75% 0.54% -
HSV(B) 79.55º 0.79% 0.89% -
XYZ 43.88 62.93 12.63 -
YUV 188.37 48.78 113.47 -
System Red Green Blue C M Y K H S L
Decimal 168 226 48 0.26 0 0.79 0.11 79.55 0.75 0.54
Hex A8 E2 30 1A 0 4F B 50 4B 36
Octal 250 342 60 32 0 117 13 120 113 66
Binary 10101000 11100010 110000 11010 0 1001111 1011 1010000 1001011 110110

Color Harmonies of #A8E230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E230

Black with #A8E230

Text Example


Text Example

White with #A8E230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E230; }

 p { color: rgb(168,226,48); }

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

background-color css

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

 a { background-color: rgb(168,226,48); }

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

border-color css

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

 span { border-color: rgb(168,226,48); }

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