Html Css Color HEX #A8CE40 Atlantis

📋 copy color: '#A8CE40'

red 168 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #A8CE40

Tints of Atlantis #A8CE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 38.36%
G = 47.03%
B = 14.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A8CE40 (or 0xA8CE40) is known color: Atlantis. HEX triplet: A8, CE and 40. RGB value is (168,206,64). Sum of RGB (Red+Green+Blue) = 168+206+64=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE40 is #5731BF. Grayscale: #B2B2B2. Windows color (decimal): -5714368 or 4247208. OLE color: 4247208.

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

Color convert

RGB 168 206 64 -
CMYK 0.18 0 0.69 0.19
HSL 76.06º 0.59% 0.53% -
HSV(B) 76.06º 0.69% 0.81% -
XYZ 39.15 52.84 12.99 -
YUV 178.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 168 206 64 0.18 0 0.69 0.19 76.06 0.59 0.53
Hex A8 CE 40 12 0 45 13 4C 3B 35
Octal 250 316 100 22 0 105 23 114 73 65
Binary 10101000 11001110 1000000 10010 0 1000101 10011 1001100 111011 110101

Color Harmonies of #A8CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE40

Black with #A8CE40

Text Example


Text Example

White with #A8CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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