Html Css Color HEX #A6DF82 Feijoa

📋 copy color: '#A6DF82'

red 166 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #A6DF82

Tints of Feijoa #A6DF82

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 31.98%
G = 42.97%
B = 25.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A6DF82 (or 0xA6DF82) is known color: Feijoa. HEX triplet: A6, DF and 82. RGB value is (166,223,130). Sum of RGB (Red+Green+Blue) = 166+223+130=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF82 is #59207D. Grayscale: #C3C3C3. Windows color (decimal): -5841022 or 8576934. OLE color: 8576934.

HSL color Cylindrical-coordinate representation of color #A6DF82: hue angle of 96.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DF82 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 130 -
CMYK 0.26 0 0.42 0.13
HSL 96.77º 0.59% 0.69% -
HSV(B) 96.77º 0.42% 0.87% -
XYZ 46.14 62.49 30.75 -
YUV 195.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 166 223 130 0.26 0 0.42 0.13 96.77 0.59 0.69
Hex A6 DF 82 1A 0 2A D 61 3B 45
Octal 246 337 202 32 0 52 15 141 73 105
Binary 10100110 11011111 10000010 11010 0 101010 1101 1100001 111011 1000101

Color Harmonies of #A6DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF82

Black with #A6DF82

Text Example


Text Example

White with #A6DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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