Html Css Color HEX #A6E682 Feijoa

📋 copy color: '#A6E682'

red 166 ◦ green 230 ◦ blue 130

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

Shades of Feijoa #A6E682

Tints of Feijoa #A6E682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.73%

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

R = 31.56%
G = 43.73%
B = 24.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#A6E682 (or 0xA6E682) is known color: Feijoa. HEX triplet: A6, E6 and 82. RGB value is (166,230,130). Sum of RGB (Red+Green+Blue) = 166+230+130=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E682 is #59197D. Grayscale: #C7C7C7. Windows color (decimal): -5839230 or 8578726. OLE color: 8578726.

HSL color Cylindrical-coordinate representation of color #A6E682: hue angle of 98.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6E682 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 230 130 -
CMYK 0.28 0 0.43 0.10
HSL 98.4º 0.67% 0.71% -
HSV(B) 98.4º 0.43% 0.9% -
XYZ 48.05 66.31 31.39 -
YUV 199.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 166 230 130 0.28 0 0.43 0.10 98.4 0.67 0.71
Hex A6 E6 82 1C 0 2B A 62 43 47
Octal 246 346 202 34 0 53 12 142 103 107
Binary 10100110 11100110 10000010 11100 0 101011 1010 1100010 1000011 1000111

Color Harmonies of #A6E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E682

Black with #A6E682

Text Example


Text Example

White with #A6E682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E682; }

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

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

background-color css

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

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

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

border-color css

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

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

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