Html Css Color HEX #A8C43A Atlantis

📋 copy color: '#A8C43A'

red 168 ◦ green 196 ◦ blue 58

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

Shades of Atlantis #A8C43A

Tints of Atlantis #A8C43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 39.81%
G = 46.45%
B = 13.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#A8C43A (or 0xA8C43A) is known color: Atlantis. HEX triplet: A8, C4 and 3A. RGB value is (168,196,58). Sum of RGB (Red+Green+Blue) = 168+196+58=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C43A is #573BC5. Grayscale: #ACACAC. Windows color (decimal): -5716934 or 3851432. OLE color: 3851432.

HSL color Cylindrical-coordinate representation of color #A8C43A: hue angle of 72.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8C43A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 58 -
CMYK 0.14 0 0.70 0.23
HSL 72.17º 0.54% 0.5% -
HSV(B) 72.17º 0.7% 0.77% -
XYZ 36.65 48.11 11.36 -
YUV 171.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 168 196 58 0.14 0 0.70 0.23 72.17 0.54 0.5
Hex A8 C4 3A E 0 46 17 48 36 32
Octal 250 304 72 16 0 106 27 110 66 62
Binary 10101000 11000100 111010 1110 0 1000110 10111 1001000 110110 110010

Color Harmonies of #A8C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C43A

Black with #A8C43A

Text Example


Text Example

White with #A8C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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