Html Css Color HEX #A8CC44 Atlantis

📋 copy color: '#A8CC44'

red 168 ◦ green 204 ◦ blue 68

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

Shades of Atlantis #A8CC44

Tints of Atlantis #A8CC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.45%

R = 38.18%
G = 46.36%
B = 15.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#A8CC44 (or 0xA8CC44) is known color: Atlantis. HEX triplet: A8, CC and 44. RGB value is (168,204,68). Sum of RGB (Red+Green+Blue) = 168+204+68=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC44 is #5733BB. Grayscale: #B2B2B2. Windows color (decimal): -5714876 or 4508840. OLE color: 4508840.

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

Color convert

RGB 168 204 68 -
CMYK 0.18 0 0.67 0.2
HSL 75.88º 0.57% 0.53% -
HSV(B) 75.88º 0.67% 0.8% -
XYZ 38.78 51.93 13.45 -
YUV 177.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 168 204 68 0.18 0 0.67 0.2 75.88 0.57 0.53
Hex A8 CC 44 12 0 43 14 4C 39 35
Octal 250 314 104 22 0 103 24 114 71 65
Binary 10101000 11001100 1000100 10010 0 1000011 10100 1001100 111001 110101

Color Harmonies of #A8CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC44

Black with #A8CC44

Text Example


Text Example

White with #A8CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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