Html Css Color HEX #A8CE3A Atlantis

📋 copy color: '#A8CE3A'

red 168 ◦ green 206 ◦ blue 58

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

Shades of Atlantis #A8CE3A

Tints of Atlantis #A8CE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

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

R = 38.89%
G = 47.69%
B = 13.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#A8CE3A (or 0xA8CE3A) is known color: Atlantis. HEX triplet: A8, CE and 3A. RGB value is (168,206,58). Sum of RGB (Red+Green+Blue) = 168+206+58=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE3A is #5731C5. Grayscale: #B2B2B2. Windows color (decimal): -5714374 or 3853992. OLE color: 3853992.

HSL color Cylindrical-coordinate representation of color #A8CE3A: hue angle of 75.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8CE3A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 58 -
CMYK 0.18 0 0.72 0.19
HSL 75.41º 0.6% 0.52% -
HSV(B) 75.41º 0.72% 0.81% -
XYZ 38.98 52.77 12.13 -
YUV 177.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 168 206 58 0.18 0 0.72 0.19 75.41 0.6 0.52
Hex A8 CE 3A 12 0 48 13 4B 3C 34
Octal 250 316 72 22 0 110 23 113 74 64
Binary 10101000 11001110 111010 10010 0 1001000 10011 1001011 111100 110100

Color Harmonies of #A8CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE3A

Black with #A8CE3A

Text Example


Text Example

White with #A8CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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