Html Css Color HEX #A8C946 Atlantis

📋 copy color: '#A8C946'

red 168 ◦ green 201 ◦ blue 70

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

Shades of Atlantis #A8C946

Tints of Atlantis #A8C946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

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

R = 38.27%
G = 45.79%
B = 15.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#A8C946 (or 0xA8C946) is known color: Atlantis. HEX triplet: A8, C9 and 46. RGB value is (168,201,70). Sum of RGB (Red+Green+Blue) = 168+201+70=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C946 is #5736B9. Grayscale: #B0B0B0. Windows color (decimal): -5715642 or 4639144. OLE color: 4639144.

HSL color Cylindrical-coordinate representation of color #A8C946: hue angle of 75.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8C946 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 70 -
CMYK 0.16 0 0.65 0.21
HSL 75.11º 0.55% 0.53% -
HSV(B) 75.11º 0.65% 0.79% -
XYZ 38.14 50.54 13.54 -
YUV 176.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 168 201 70 0.16 0 0.65 0.21 75.11 0.55 0.53
Hex A8 C9 46 10 0 41 15 4B 37 35
Octal 250 311 106 20 0 101 25 113 67 65
Binary 10101000 11001001 1000110 10000 0 1000001 10101 1001011 110111 110101

Color Harmonies of #A8C946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C946

Black with #A8C946

Text Example


Text Example

White with #A8C946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C946; }

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

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

background-color css

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

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

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

border-color css

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

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

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