Html Css Color HEX #ADCE94 Feijoa

📋 copy color: '#ADCE94'

red 173 ◦ green 206 ◦ blue 148

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

Shades of Feijoa #ADCE94

Tints of Feijoa #ADCE94

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

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

R = 32.83%
G = 39.09%
B = 28.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#ADCE94 (or 0xADCE94) is known color: Feijoa. HEX triplet: AD, CE and 94. RGB value is (173,206,148). Sum of RGB (Red+Green+Blue) = 173+206+148=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE94 is #52316B. Grayscale: #BDBDBD. Windows color (decimal): -5386604 or 9752237. OLE color: 9752237.

HSL color Cylindrical-coordinate representation of color #ADCE94: hue angle of 94.14º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCE94 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 148 -
CMYK 0.16 0 0.28 0.19
HSL 94.14º 0.37% 0.69% -
HSV(B) 94.14º 0.28% 0.81% -
XYZ 44.65 55.16 36.31 -
YUV 189.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 173 206 148 0.16 0 0.28 0.19 94.14 0.37 0.69
Hex AD CE 94 10 0 1C 13 5E 25 45
Octal 255 316 224 20 0 34 23 136 45 105
Binary 10101101 11001110 10010100 10000 0 11100 10011 1011110 100101 1000101

Color Harmonies of #ADCE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE94

Black with #ADCE94

Text Example


Text Example

White with #ADCE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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