Html Css Color HEX #A6DD75 Feijoa

📋 copy color: '#A6DD75'

red 166 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #A6DD75

Tints of Feijoa #A6DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 32.94%
G = 43.85%
B = 23.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A6DD75 (or 0xA6DD75) is known color: Feijoa. HEX triplet: A6, DD and 75. RGB value is (166,221,117). Sum of RGB (Red+Green+Blue) = 166+221+117=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD75 is #59228A. Grayscale: #C1C1C1. Windows color (decimal): -5841547 or 7724454. OLE color: 7724454.

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

Color convert

RGB 166 221 117 -
CMYK 0.25 0 0.47 0.13
HSL 91.73º 0.6% 0.66% -
HSV(B) 91.73º 0.47% 0.87% -
XYZ 44.79 61.1 26.26 -
YUV 192.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 166 221 117 0.25 0 0.47 0.13 91.73 0.6 0.66
Hex A6 DD 75 19 0 2F D 5C 3C 42
Octal 246 335 165 31 0 57 15 134 74 102
Binary 10100110 11011101 1110101 11001 0 101111 1101 1011100 111100 1000010

Color Harmonies of #A6DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD75

Black with #A6DD75

Text Example


Text Example

White with #A6DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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