Html Css Color HEX #A6ED84 Feijoa

📋 copy color: '#A6ED84'

red 166 ◦ green 237 ◦ blue 132

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

Shades of Feijoa #A6ED84

Tints of Feijoa #A6ED84

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

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

R = 31.03%
G = 44.3%
B = 24.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#A6ED84 (or 0xA6ED84) is known color: Feijoa. HEX triplet: A6, ED and 84. RGB value is (166,237,132). Sum of RGB (Red+Green+Blue) = 166+237+132=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ED84 is #59127B. Grayscale: #CCCCCC. Windows color (decimal): -5837436 or 8711590. OLE color: 8711590.

HSL color Cylindrical-coordinate representation of color #A6ED84: hue angle of 100.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6ED84 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 132 -
CMYK 0.30 0 0.44 0.07
HSL 100.57º 0.74% 0.72% -
HSV(B) 100.57º 0.44% 0.93% -
XYZ 50.17 70.34 32.76 -
YUV 203.8 87.48 101.04 -
System Red Green Blue C M Y K H S L
Decimal 166 237 132 0.30 0 0.44 0.07 100.57 0.74 0.72
Hex A6 ED 84 1E 0 2C 7 65 4A 48
Octal 246 355 204 36 0 54 7 145 112 110
Binary 10100110 11101101 10000100 11110 0 101100 111 1100101 1001010 1001000

Color Harmonies of #A6ED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED84

Black with #A6ED84

Text Example


Text Example

White with #A6ED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED84; }

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

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

background-color css

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

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

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

border-color css

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

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

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