Html Css Color HEX #ADDC75 Feijoa

📋 copy color: '#ADDC75'

red 173 ◦ green 220 ◦ blue 117

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

Shades of Feijoa #ADDC75

Tints of Feijoa #ADDC75

RGB

 RED value IS 173 (67.97% from 255) = 33.92%

 GREEN value IS 220 (86.33% from 255) = 43.14%

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

R = 33.92%
G = 43.14%
B = 22.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#ADDC75 (or 0xADDC75) is known color: Feijoa. HEX triplet: AD, DC and 75. RGB value is (173,220,117). Sum of RGB (Red+Green+Blue) = 173+220+117=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC75 is #52238A. Grayscale: #C2C2C2. Windows color (decimal): -5383051 or 7724205. OLE color: 7724205.

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

Color convert

RGB 173 220 117 -
CMYK 0.21 0 0.47 0.14
HSL 87.38º 0.6% 0.66% -
HSV(B) 87.38º 0.47% 0.86% -
XYZ 46.04 61.36 26.25 -
YUV 194.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 173 220 117 0.21 0 0.47 0.14 87.38 0.6 0.66
Hex AD DC 75 15 0 2F E 57 3C 42
Octal 255 334 165 25 0 57 16 127 74 102
Binary 10101101 11011100 1110101 10101 0 101111 1110 1010111 111100 1000010

Color Harmonies of #ADDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC75

Black with #ADDC75

Text Example


Text Example

White with #ADDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC75; }

 p { color: rgb(173,220,117); }

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

background-color css

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

 a { background-color: rgb(173,220,117); }

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

border-color css

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

 span { border-color: rgb(173,220,117); }

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