Html Css Color HEX #A8E433 Atlantis

📋 copy color: '#A8E433'

red 168 ◦ green 228 ◦ blue 51

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

Shades of Atlantis #A8E433

Tints of Atlantis #A8E433

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.01%

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

R = 37.58%
G = 51.01%
B = 11.41%

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

#A8E433 (or 0xA8E433) is known color: Atlantis. HEX triplet: A8, E4 and 33. RGB value is (168,228,51). Sum of RGB (Red+Green+Blue) = 168+228+51=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E433 is #571BCC. Grayscale: #BEBEBE. Windows color (decimal): -5708749 or 3400872. OLE color: 3400872.

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

Color convert

RGB 168 228 51 -
CMYK 0.26 0 0.78 0.11
HSL 80.34º 0.77% 0.55% -
HSV(B) 80.34º 0.78% 0.89% -
XYZ 44.49 64.05 13.15 -
YUV 189.88 49.62 112.39 -
System Red Green Blue C M Y K H S L
Decimal 168 228 51 0.26 0 0.78 0.11 80.34 0.77 0.55
Hex A8 E4 33 1A 0 4E B 50 4D 37
Octal 250 344 63 32 0 116 13 120 115 67
Binary 10101000 11100100 110011 11010 0 1001110 1011 1010000 1001101 110111

Color Harmonies of #A8E433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E433

Black with #A8E433

Text Example


Text Example

White with #A8E433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E433; }

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

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

background-color css

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

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

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

border-color css

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

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

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