Html Css Color HEX #A6CA44 Atlantis

📋 copy color: '#A6CA44'

red 166 ◦ green 202 ◦ blue 68

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

Shades of Atlantis #A6CA44

Tints of Atlantis #A6CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.33%

 BLUE value IS 68 (26.95% from 255) = 15.6%

R = 38.07%
G = 46.33%
B = 15.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#A6CA44 (or 0xA6CA44) is known color: Atlantis. HEX triplet: A6, CA and 44. RGB value is (166,202,68). Sum of RGB (Red+Green+Blue) = 166+202+68=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA44 is #5935BB. Grayscale: #B0B0B0. Windows color (decimal): -5846460 or 4508326. OLE color: 4508326.

HSL color Cylindrical-coordinate representation of color #A6CA44: hue angle of 76.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6CA44 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 68 -
CMYK 0.18 0 0.66 0.21
HSL 76.12º 0.56% 0.53% -
HSV(B) 76.12º 0.66% 0.79% -
XYZ 37.89 50.77 13.27 -
YUV 175.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 166 202 68 0.18 0 0.66 0.21 76.12 0.56 0.53
Hex A6 CA 44 12 0 42 15 4C 38 35
Octal 246 312 104 22 0 102 25 114 70 65
Binary 10100110 11001010 1000100 10010 0 1000010 10101 1001100 111000 110101

Color Harmonies of #A6CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA44

Black with #A6CA44

Text Example


Text Example

White with #A6CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA44; }

 p { color: rgb(166,202,68); }

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

background-color css

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

 a { background-color: rgb(166,202,68); }

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

border-color css

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

 span { border-color: rgb(166,202,68); }

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