Html Css Color HEX #ADD670 Feijoa

📋 copy color: '#ADD670'

red 173 ◦ green 214 ◦ blue 112

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

Shades of Feijoa #ADD670

Tints of Feijoa #ADD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 34.67%
G = 42.89%
B = 22.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ADD670 (or 0xADD670) is known color: Feijoa. HEX triplet: AD, D6 and 70. RGB value is (173,214,112). Sum of RGB (Red+Green+Blue) = 173+214+112=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD670 is #52298F. Grayscale: #BEBEBE. Windows color (decimal): -5384592 or 7394989. OLE color: 7394989.

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

Color convert

RGB 173 214 112 -
CMYK 0.19 0 0.48 0.16
HSL 84.12º 0.55% 0.64% -
HSV(B) 84.12º 0.48% 0.84% -
XYZ 44.2 58.15 24.22 -
YUV 190.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 173 214 112 0.19 0 0.48 0.16 84.12 0.55 0.64
Hex AD D6 70 13 0 30 10 54 37 40
Octal 255 326 160 23 0 60 20 124 67 100
Binary 10101101 11010110 1110000 10011 0 110000 10000 1010100 110111 1000000

Color Harmonies of #ADD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD670

Black with #ADD670

Text Example


Text Example

White with #ADD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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