Html Css Color HEX #A8E233 Atlantis

📋 copy color: '#A8E233'

red 168 ◦ green 226 ◦ blue 51

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

Shades of Atlantis #A8E233

Tints of Atlantis #A8E233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.46%

R = 37.75%
G = 50.79%
B = 11.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#A8E233 (or 0xA8E233) is known color: Atlantis. HEX triplet: A8, E2 and 33. RGB value is (168,226,51). Sum of RGB (Red+Green+Blue) = 168+226+51=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E233 is #571DCC. Grayscale: #BDBDBD. Windows color (decimal): -5709261 or 3400360. OLE color: 3400360.

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

Color convert

RGB 168 226 51 -
CMYK 0.26 0 0.77 0.11
HSL 79.89º 0.75% 0.54% -
HSV(B) 79.89º 0.77% 0.89% -
XYZ 43.94 62.96 12.97 -
YUV 188.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 168 226 51 0.26 0 0.77 0.11 79.89 0.75 0.54
Hex A8 E2 33 1A 0 4D B 50 4B 36
Octal 250 342 63 32 0 115 13 120 113 66
Binary 10101000 11100010 110011 11010 0 1001101 1011 1010000 1001011 110110

Color Harmonies of #A8E233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E233

Black with #A8E233

Text Example


Text Example

White with #A8E233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E233; }

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

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

background-color css

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

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

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

border-color css

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

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

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