Html Css Color HEX #A8E13A Atlantis

📋 copy color: '#A8E13A'

red 168 ◦ green 225 ◦ blue 58

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

Shades of Atlantis #A8E13A

Tints of Atlantis #A8E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.89%

 BLUE value IS 58 (23.05% from 255) = 12.86%

R = 37.25%
G = 49.89%
B = 12.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#A8E13A (or 0xA8E13A) is known color: Atlantis. HEX triplet: A8, E1 and 3A. RGB value is (168,225,58). Sum of RGB (Red+Green+Blue) = 168+225+58=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E13A is #571EC5. Grayscale: #BDBDBD. Windows color (decimal): -5709510 or 3858856. OLE color: 3858856.

HSL color Cylindrical-coordinate representation of color #A8E13A: hue angle of 80.48º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8E13A is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 58 -
CMYK 0.25 0 0.74 0.12
HSL 80.48º 0.74% 0.55% -
HSV(B) 80.48º 0.74% 0.88% -
XYZ 43.84 62.48 13.75 -
YUV 188.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 168 225 58 0.25 0 0.74 0.12 80.48 0.74 0.55
Hex A8 E1 3A 19 0 4A C 50 4A 37
Octal 250 341 72 31 0 112 14 120 112 67
Binary 10101000 11100001 111010 11001 0 1001010 1100 1010000 1001010 110111

Color Harmonies of #A8E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E13A

Black with #A8E13A

Text Example


Text Example

White with #A8E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E13A; }

 p { color: rgb(168,225,58); }

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

background-color css

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

 a { background-color: rgb(168,225,58); }

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

border-color css

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

 span { border-color: rgb(168,225,58); }

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