Html Css Color HEX #A8E63A Atlantis

📋 copy color: '#A8E63A'

red 168 ◦ green 230 ◦ blue 58

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

Shades of Atlantis #A8E63A

Tints of Atlantis #A8E63A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.44%

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

R = 36.84%
G = 50.44%
B = 12.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#A8E63A (or 0xA8E63A) is known color: Atlantis. HEX triplet: A8, E6 and 3A. RGB value is (168,230,58). Sum of RGB (Red+Green+Blue) = 168+230+58=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E63A is #5719C5. Grayscale: #C0C0C0. Windows color (decimal): -5708230 or 3860136. OLE color: 3860136.

HSL color Cylindrical-coordinate representation of color #A8E63A: hue angle of 81.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8E63A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 58 -
CMYK 0.27 0 0.75 0.10
HSL 81.63º 0.77% 0.56% -
HSV(B) 81.63º 0.75% 0.9% -
XYZ 45.21 65.22 14.21 -
YUV 191.85 52.46 110.99 -
System Red Green Blue C M Y K H S L
Decimal 168 230 58 0.27 0 0.75 0.10 81.63 0.77 0.56
Hex A8 E6 3A 1B 0 4B A 52 4D 38
Octal 250 346 72 33 0 113 12 122 115 70
Binary 10101000 11100110 111010 11011 0 1001011 1010 1010010 1001101 111000

Color Harmonies of #A8E63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E63A

Black with #A8E63A

Text Example


Text Example

White with #A8E63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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