Html Css Color HEX #A6CB4B Atlantis

📋 copy color: '#A6CB4B'

red 166 ◦ green 203 ◦ blue 75

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

Shades of Atlantis #A6CB4B

Tints of Atlantis #A6CB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 37.39%
G = 45.72%
B = 16.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#A6CB4B (or 0xA6CB4B) is known color: Atlantis. HEX triplet: A6, CB and 4B. RGB value is (166,203,75). Sum of RGB (Red+Green+Blue) = 166+203+75=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB4B is #5934B4. Grayscale: #B1B1B1. Windows color (decimal): -5846197 or 4967334. OLE color: 4967334.

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

Color convert

RGB 166 203 75 -
CMYK 0.18 0 0.63 0.20
HSL 77.34º 0.55% 0.55% -
HSV(B) 77.34º 0.63% 0.8% -
XYZ 38.35 51.33 14.54 -
YUV 177.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 166 203 75 0.18 0 0.63 0.20 77.34 0.55 0.55
Hex A6 CB 4B 12 0 3F 14 4D 37 37
Octal 246 313 113 22 0 77 24 115 67 67
Binary 10100110 11001011 1001011 10010 0 111111 10100 1001101 110111 110111

Color Harmonies of #A6CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB4B

Black with #A6CB4B

Text Example


Text Example

White with #A6CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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