Html Css Color HEX #A6DD83 Feijoa

📋 copy color: '#A6DD83'

red 166 ◦ green 221 ◦ blue 131

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

Shades of Feijoa #A6DD83

Tints of Feijoa #A6DD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 131 (51.56% from 255) = 25.29%

R = 32.05%
G = 42.66%
B = 25.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A6DD83 (or 0xA6DD83) is known color: Feijoa. HEX triplet: A6, DD and 83. RGB value is (166,221,131). Sum of RGB (Red+Green+Blue) = 166+221+131=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD83 is #59227C. Grayscale: #C2C2C2. Windows color (decimal): -5841533 or 8641958. OLE color: 8641958.

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

Color convert

RGB 166 221 131 -
CMYK 0.25 0 0.41 0.13
HSL 96.67º 0.57% 0.69% -
HSV(B) 96.67º 0.41% 0.87% -
XYZ 45.68 61.46 30.93 -
YUV 194.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 166 221 131 0.25 0 0.41 0.13 96.67 0.57 0.69
Hex A6 DD 83 19 0 29 D 61 39 45
Octal 246 335 203 31 0 51 15 141 71 105
Binary 10100110 11011101 10000011 11001 0 101001 1101 1100001 111001 1000101

Color Harmonies of #A6DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD83

Black with #A6DD83

Text Example


Text Example

White with #A6DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD83; }

 p { color: rgb(166,221,131); }

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

background-color css

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

 a { background-color: rgb(166,221,131); }

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

border-color css

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

 span { border-color: rgb(166,221,131); }

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