Html Css Color HEX #A6CF48 Atlantis

📋 copy color: '#A6CF48'

red 166 ◦ green 207 ◦ blue 72

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

Shades of Atlantis #A6CF48

Tints of Atlantis #A6CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 37.3%
G = 46.52%
B = 16.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#A6CF48 (or 0xA6CF48) is known color: Atlantis. HEX triplet: A6, CF and 48. RGB value is (166,207,72). Sum of RGB (Red+Green+Blue) = 166+207+72=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF48 is #5930B7. Grayscale: #B3B3B3. Windows color (decimal): -5845176 or 4771750. OLE color: 4771750.

HSL color Cylindrical-coordinate representation of color #A6CF48: hue angle of 78.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6CF48 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 207 72 -
CMYK 0.20 0 0.65 0.19
HSL 78.22º 0.58% 0.55% -
HSV(B) 78.22º 0.65% 0.81% -
XYZ 39.21 53.2 14.33 -
YUV 179.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 166 207 72 0.20 0 0.65 0.19 78.22 0.58 0.55
Hex A6 CF 48 14 0 41 13 4E 3A 37
Octal 246 317 110 24 0 101 23 116 72 67
Binary 10100110 11001111 1001000 10100 0 1000001 10011 1001110 111010 110111

Color Harmonies of #A6CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF48

Black with #A6CF48

Text Example


Text Example

White with #A6CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF48; }

 p { color: rgb(166,207,72); }

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

background-color css

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

 a { background-color: rgb(166,207,72); }

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

border-color css

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

 span { border-color: rgb(166,207,72); }

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