Html Css Color HEX #A6D388 Feijoa

📋 copy color: '#A6D388'

red 166 ◦ green 211 ◦ blue 136

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

Shades of Feijoa #A6D388

Tints of Feijoa #A6D388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

 BLUE value IS 136 (53.52% from 255) = 26.51%

R = 32.36%
G = 41.13%
B = 26.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#A6D388 (or 0xA6D388) is known color: Feijoa. HEX triplet: A6, D3 and 88. RGB value is (166,211,136). Sum of RGB (Red+Green+Blue) = 166+211+136=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D388 is #592C77. Grayscale: #BDBDBD. Windows color (decimal): -5844088 or 8967078. OLE color: 8967078.

HSL color Cylindrical-coordinate representation of color #A6D388: hue angle of 96º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6D388 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 136 -
CMYK 0.21 0 0.36 0.17
HSL 96º 0.46% 0.68% -
HSV(B) 96º 0.36% 0.83% -
XYZ 43.46 56.47 31.9 -
YUV 189 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 166 211 136 0.21 0 0.36 0.17 96 0.46 0.68
Hex A6 D3 88 15 0 24 11 60 2E 44
Octal 246 323 210 25 0 44 21 140 56 104
Binary 10100110 11010011 10001000 10101 0 100100 10001 1100000 101110 1000100

Color Harmonies of #A6D388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D388

Black with #A6D388

Text Example


Text Example

White with #A6D388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D388; }

 p { color: rgb(166,211,136); }

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

background-color css

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

 a { background-color: rgb(166,211,136); }

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

border-color css

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

 span { border-color: rgb(166,211,136); }

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