Html Css Color HEX #A8E13B Atlantis

📋 copy color: '#A8E13B'

red 168 ◦ green 225 ◦ blue 59

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

Shades of Atlantis #A8E13B

Tints of Atlantis #A8E13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.05%

R = 37.17%
G = 49.78%
B = 13.05%

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

#A8E13B (or 0xA8E13B) is known color: Atlantis. HEX triplet: A8, E1 and 3B. RGB value is (168,225,59). Sum of RGB (Red+Green+Blue) = 168+225+59=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E13B is #571EC4. Grayscale: #BDBDBD. Windows color (decimal): -5709509 or 3924392. OLE color: 3924392.

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

Color convert

RGB 168 225 59 -
CMYK 0.25 0 0.74 0.12
HSL 80.6º 0.73% 0.56% -
HSV(B) 80.6º 0.74% 0.88% -
XYZ 43.86 62.49 13.89 -
YUV 189.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 168 225 59 0.25 0 0.74 0.12 80.6 0.73 0.56
Hex A8 E1 3B 19 0 4A C 51 49 38
Octal 250 341 73 31 0 112 14 121 111 70
Binary 10101000 11100001 111011 11001 0 1001010 1100 1010001 1001001 111000

Color Harmonies of #A8E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E13B

Black with #A8E13B

Text Example


Text Example

White with #A8E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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