Html Css Color HEX #A8CC46 Atlantis

📋 copy color: '#A8CC46'

red 168 ◦ green 204 ◦ blue 70

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

Shades of Atlantis #A8CC46

Tints of Atlantis #A8CC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 38.01%
G = 46.15%
B = 15.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#A8CC46 (or 0xA8CC46) is known color: Atlantis. HEX triplet: A8, CC and 46. RGB value is (168,204,70). Sum of RGB (Red+Green+Blue) = 168+204+70=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC46 is #5733B9. Grayscale: #B2B2B2. Windows color (decimal): -5714874 or 4639912. OLE color: 4639912.

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

Color convert

RGB 168 204 70 -
CMYK 0.18 0 0.66 0.2
HSL 76.12º 0.57% 0.54% -
HSV(B) 76.12º 0.66% 0.8% -
XYZ 38.85 51.95 13.77 -
YUV 177.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 168 204 70 0.18 0 0.66 0.2 76.12 0.57 0.54
Hex A8 CC 46 12 0 42 14 4C 39 36
Octal 250 314 106 22 0 102 24 114 71 66
Binary 10101000 11001100 1000110 10010 0 1000010 10100 1001100 111001 110110

Color Harmonies of #A8CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC46

Black with #A8CC46

Text Example


Text Example

White with #A8CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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