Html Css Color HEX #ADD094 Feijoa

📋 copy color: '#ADD094'

red 173 ◦ green 208 ◦ blue 148

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

Shades of Feijoa #ADD094

Tints of Feijoa #ADD094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 32.7%
G = 39.32%
B = 27.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ADD094 (or 0xADD094) is known color: Feijoa. HEX triplet: AD, D0 and 94. RGB value is (173,208,148). Sum of RGB (Red+Green+Blue) = 173+208+148=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD094 is #522F6B. Grayscale: #BEBEBE. Windows color (decimal): -5386092 or 9752749. OLE color: 9752749.

HSL color Cylindrical-coordinate representation of color #ADD094: hue angle of 95º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD094 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 148 -
CMYK 0.17 0 0.29 0.18
HSL 95º 0.39% 0.7% -
HSV(B) 95º 0.29% 0.82% -
XYZ 45.13 56.13 36.47 -
YUV 190.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 173 208 148 0.17 0 0.29 0.18 95 0.39 0.7
Hex AD D0 94 11 0 1D 12 5F 27 46
Octal 255 320 224 21 0 35 22 137 47 106
Binary 10101101 11010000 10010100 10001 0 11101 10010 1011111 100111 1000110

Color Harmonies of #ADD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD094

Black with #ADD094

Text Example


Text Example

White with #ADD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD094; }

 p { color: rgb(173,208,148); }

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

background-color css

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

 a { background-color: rgb(173,208,148); }

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

border-color css

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

 span { border-color: rgb(173,208,148); }

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