Html Css Color HEX #ADD674 Feijoa

📋 copy color: '#ADD674'

red 173 ◦ green 214 ◦ blue 116

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

Shades of Feijoa #ADD674

Tints of Feijoa #ADD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 34.39%
G = 42.54%
B = 23.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#ADD674 (or 0xADD674) is known color: Feijoa. HEX triplet: AD, D6 and 74. RGB value is (173,214,116). Sum of RGB (Red+Green+Blue) = 173+214+116=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD674 is #52298B. Grayscale: #BEBEBE. Windows color (decimal): -5384588 or 7657133. OLE color: 7657133.

HSL color Cylindrical-coordinate representation of color #ADD674: hue angle of 85.1º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD674 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 116 -
CMYK 0.19 0 0.46 0.16
HSL 85.1º 0.54% 0.65% -
HSV(B) 85.1º 0.46% 0.84% -
XYZ 44.43 58.24 25.42 -
YUV 190.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 173 214 116 0.19 0 0.46 0.16 85.1 0.54 0.65
Hex AD D6 74 13 0 2E 10 55 36 41
Octal 255 326 164 23 0 56 20 125 66 101
Binary 10101101 11010110 1110100 10011 0 101110 10000 1010101 110110 1000001

Color Harmonies of #ADD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD674

Black with #ADD674

Text Example


Text Example

White with #ADD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD674; }

 p { color: rgb(173,214,116); }

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

background-color css

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

 a { background-color: rgb(173,214,116); }

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

border-color css

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

 span { border-color: rgb(173,214,116); }

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