Html Css Color HEX #A6C942 Atlantis

📋 copy color: '#A6C942'

red 166 ◦ green 201 ◦ blue 66

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

Shades of Atlantis #A6C942

Tints of Atlantis #A6C942

RGB

 RED value IS 166 (65.23% from 255) = 38.34%

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

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 38.34%
G = 46.42%
B = 15.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#A6C942 (or 0xA6C942) is known color: Atlantis. HEX triplet: A6, C9 and 42. RGB value is (166,201,66). Sum of RGB (Red+Green+Blue) = 166+201+66=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C942 is #5936BD. Grayscale: #AFAFAF. Windows color (decimal): -5846718 or 4376998. OLE color: 4376998.

HSL color Cylindrical-coordinate representation of color #A6C942: hue angle of 75.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6C942 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 66 -
CMYK 0.17 0 0.67 0.21
HSL 75.56º 0.56% 0.52% -
HSV(B) 75.56º 0.67% 0.79% -
XYZ 37.6 50.27 12.88 -
YUV 175.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 166 201 66 0.17 0 0.67 0.21 75.56 0.56 0.52
Hex A6 C9 42 11 0 43 15 4C 38 34
Octal 246 311 102 21 0 103 25 114 70 64
Binary 10100110 11001001 1000010 10001 0 1000011 10101 1001100 111000 110100

Color Harmonies of #A6C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C942

Black with #A6C942

Text Example


Text Example

White with #A6C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C942; }

 p { color: rgb(166,201,66); }

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

background-color css

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

 a { background-color: rgb(166,201,66); }

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

border-color css

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

 span { border-color: rgb(166,201,66); }

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