Html Css Color HEX #A6D384 Feijoa

📋 copy color: '#A6D384'

red 166 ◦ green 211 ◦ blue 132

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

Shades of Feijoa #A6D384

Tints of Feijoa #A6D384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 32.61%
G = 41.45%
B = 25.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#A6D384 (or 0xA6D384) is known color: Feijoa. HEX triplet: A6, D3 and 84. RGB value is (166,211,132). Sum of RGB (Red+Green+Blue) = 166+211+132=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D384 is #592C7B. Grayscale: #BCBCBC. Windows color (decimal): -5844092 or 8704934. OLE color: 8704934.

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

Color convert

RGB 166 211 132 -
CMYK 0.21 0 0.37 0.17
HSL 94.18º 0.47% 0.67% -
HSV(B) 94.18º 0.37% 0.83% -
XYZ 43.19 56.36 30.43 -
YUV 188.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 166 211 132 0.21 0 0.37 0.17 94.18 0.47 0.67
Hex A6 D3 84 15 0 25 11 5E 2F 43
Octal 246 323 204 25 0 45 21 136 57 103
Binary 10100110 11010011 10000100 10101 0 100101 10001 1011110 101111 1000011

Color Harmonies of #A6D384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D384

Black with #A6D384

Text Example


Text Example

White with #A6D384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D384; }

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

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

background-color css

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

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

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

border-color css

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

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

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