Html Css Color HEX #A8CC40 Atlantis

📋 copy color: '#A8CC40'

red 168 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #A8CC40

Tints of Atlantis #A8CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 38.53%
G = 46.79%
B = 14.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#A8CC40 (or 0xA8CC40) is known color: Atlantis. HEX triplet: A8, CC and 40. RGB value is (168,204,64). Sum of RGB (Red+Green+Blue) = 168+204+64=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC40 is #5733BF. Grayscale: #B1B1B1. Windows color (decimal): -5714880 or 4246696. OLE color: 4246696.

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

Color convert

RGB 168 204 64 -
CMYK 0.18 0 0.69 0.2
HSL 75.43º 0.58% 0.53% -
HSV(B) 75.43º 0.69% 0.8% -
XYZ 38.67 51.88 12.83 -
YUV 177.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 168 204 64 0.18 0 0.69 0.2 75.43 0.58 0.53
Hex A8 CC 40 12 0 45 14 4B 3A 35
Octal 250 314 100 22 0 105 24 113 72 65
Binary 10101000 11001100 1000000 10010 0 1000101 10100 1001011 111010 110101

Color Harmonies of #A8CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC40

Black with #A8CC40

Text Example


Text Example

White with #A8CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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