Html Css Color HEX #A6CD3E Atlantis

📋 copy color: '#A6CD3E'

red 166 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #A6CD3E

Tints of Atlantis #A6CD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.34%

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 38.34%
G = 47.34%
B = 14.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#A6CD3E (or 0xA6CD3E) is known color: Atlantis. HEX triplet: A6, CD and 3E. RGB value is (166,205,62). Sum of RGB (Red+Green+Blue) = 166+205+62=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CD3E is #5932C1. Grayscale: #B1B1B1. Windows color (decimal): -5845698 or 4115878. OLE color: 4115878.

HSL color Cylindrical-coordinate representation of color #A6CD3E: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6CD3E is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 62 -
CMYK 0.19 0 0.70 0.20
HSL 76.36º 0.59% 0.52% -
HSV(B) 76.36º 0.7% 0.8% -
XYZ 38.43 52.12 12.59 -
YUV 177.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 166 205 62 0.19 0 0.70 0.20 76.36 0.59 0.52
Hex A6 CD 3E 13 0 46 14 4C 3B 34
Octal 246 315 76 23 0 106 24 114 73 64
Binary 10100110 11001101 111110 10011 0 1000110 10100 1001100 111011 110100

Color Harmonies of #A6CD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD3E

Black with #A6CD3E

Text Example


Text Example

White with #A6CD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD3E; }

 p { color: rgb(166,205,62); }

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

background-color css

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

 a { background-color: rgb(166,205,62); }

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

border-color css

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

 span { border-color: rgb(166,205,62); }

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