Html Css Color HEX #A6D734 Atlantis

📋 copy color: '#A6D734'

red 166 ◦ green 215 ◦ blue 52

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

Shades of Atlantis #A6D734

Tints of Atlantis #A6D734

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.65%

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 38.34%
G = 49.65%
B = 12.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#A6D734 (or 0xA6D734) is known color: Atlantis. HEX triplet: A6, D7 and 34. RGB value is (166,215,52). Sum of RGB (Red+Green+Blue) = 166+215+52=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D734 is #5928CB. Grayscale: #B6B6B6. Windows color (decimal): -5843148 or 3463078. OLE color: 3463078.

HSL color Cylindrical-coordinate representation of color #A6D734: hue angle of 78.04º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6D734 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 52 -
CMYK 0.23 0 0.76 0.16
HSL 78.04º 0.67% 0.52% -
HSV(B) 78.04º 0.76% 0.84% -
XYZ 40.65 56.96 12.1 -
YUV 181.77 54.77 116.75 -
System Red Green Blue C M Y K H S L
Decimal 166 215 52 0.23 0 0.76 0.16 78.04 0.67 0.52
Hex A6 D7 34 17 0 4C 10 4E 43 34
Octal 246 327 64 27 0 114 20 116 103 64
Binary 10100110 11010111 110100 10111 0 1001100 10000 1001110 1000011 110100

Color Harmonies of #A6D734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D734

Black with #A6D734

Text Example


Text Example

White with #A6D734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D734; }

 p { color: rgb(166,215,52); }

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

background-color css

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

 a { background-color: rgb(166,215,52); }

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

border-color css

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

 span { border-color: rgb(166,215,52); }

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