Html Css Color HEX #A9DD75 Feijoa

📋 copy color: '#A9DD75'

red 169 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #A9DD75

Tints of Feijoa #A9DD75

RGB

 RED value IS 169 (66.41% from 255) = 33.33%

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

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

R = 33.33%
G = 43.59%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A9DD75 (or 0xA9DD75) is known color: Feijoa. HEX triplet: A9, DD and 75. RGB value is (169,221,117). Sum of RGB (Red+Green+Blue) = 169+221+117=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DD75 is #56228A. Grayscale: #C1C1C1. Windows color (decimal): -5644939 or 7724457. OLE color: 7724457.

HSL color Cylindrical-coordinate representation of color #A9DD75: hue angle of 90º 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 #A9DD75 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 221 117 -
CMYK 0.24 0 0.47 0.13
HSL 90º 0.6% 0.66% -
HSV(B) 90º 0.47% 0.87% -
XYZ 45.43 61.43 26.29 -
YUV 193.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 169 221 117 0.24 0 0.47 0.13 90 0.6 0.66
Hex A9 DD 75 18 0 2F D 5A 3C 42
Octal 251 335 165 30 0 57 15 132 74 102
Binary 10101001 11011101 1110101 11000 0 101111 1101 1011010 111100 1000010

Color Harmonies of #A9DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DD75

Black with #A9DD75

Text Example


Text Example

White with #A9DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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