Html Css Color HEX #A6D282 Feijoa

📋 copy color: '#A6D282'

red 166 ◦ green 210 ◦ blue 130

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

Shades of Feijoa #A6D282

Tints of Feijoa #A6D282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.5%

 BLUE value IS 130 (51.17% from 255) = 25.69%

R = 32.81%
G = 41.5%
B = 25.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#A6D282 (or 0xA6D282) is known color: Feijoa. HEX triplet: A6, D2 and 82. RGB value is (166,210,130). Sum of RGB (Red+Green+Blue) = 166+210+130=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D282 is #592D7D. Grayscale: #BCBCBC. Windows color (decimal): -5844350 or 8573606. OLE color: 8573606.

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

Color convert

RGB 166 210 130 -
CMYK 0.21 0 0.38 0.18
HSL 93º 0.47% 0.67% -
HSV(B) 93º 0.38% 0.82% -
XYZ 42.8 55.81 29.64 -
YUV 187.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 166 210 130 0.21 0 0.38 0.18 93 0.47 0.67
Hex A6 D2 82 15 0 26 12 5D 2F 43
Octal 246 322 202 25 0 46 22 135 57 103
Binary 10100110 11010010 10000010 10101 0 100110 10010 1011101 101111 1000011

Color Harmonies of #A6D282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D282

Black with #A6D282

Text Example


Text Example

White with #A6D282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D282; }

 p { color: rgb(166,210,130); }

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

background-color css

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

 a { background-color: rgb(166,210,130); }

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

border-color css

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

 span { border-color: rgb(166,210,130); }

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