Html Css Color HEX #A6CB4A Atlantis

📋 copy color: '#A6CB4A'

red 166 ◦ green 203 ◦ blue 74

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

Shades of Atlantis #A6CB4A

Tints of Atlantis #A6CB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 37.47%
G = 45.82%
B = 16.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A6CB4A (or 0xA6CB4A) is known color: Atlantis. HEX triplet: A6, CB and 4A. RGB value is (166,203,74). Sum of RGB (Red+Green+Blue) = 166+203+74=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB4A is #5934B5. Grayscale: #B1B1B1. Windows color (decimal): -5846198 or 4901798. OLE color: 4901798.

HSL color Cylindrical-coordinate representation of color #A6CB4A: hue angle of 77.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6CB4A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 74 -
CMYK 0.18 0 0.64 0.20
HSL 77.21º 0.55% 0.54% -
HSV(B) 77.21º 0.64% 0.8% -
XYZ 38.32 51.31 14.36 -
YUV 177.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 166 203 74 0.18 0 0.64 0.20 77.21 0.55 0.54
Hex A6 CB 4A 12 0 40 14 4D 37 36
Octal 246 313 112 22 0 100 24 115 67 66
Binary 10100110 11001011 1001010 10010 0 1000000 10100 1001101 110111 110110

Color Harmonies of #A6CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB4A

Black with #A6CB4A

Text Example


Text Example

White with #A6CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB4A; }

 p { color: rgb(166,203,74); }

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

background-color css

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

 a { background-color: rgb(166,203,74); }

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

border-color css

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

 span { border-color: rgb(166,203,74); }

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