Html Css Color HEX #ADDF8B Feijoa

📋 copy color: '#ADDF8B'

red 173 ◦ green 223 ◦ blue 139

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

Shades of Feijoa #ADDF8B

Tints of Feijoa #ADDF8B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 32.34%
G = 41.68%
B = 25.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#ADDF8B (or 0xADDF8B) is known color: Feijoa. HEX triplet: AD, DF and 8B. RGB value is (173,223,139). Sum of RGB (Red+Green+Blue) = 173+223+139=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF8B is #522074. Grayscale: #C6C6C6. Windows color (decimal): -5382261 or 9166765. OLE color: 9166765.

HSL color Cylindrical-coordinate representation of color #ADDF8B: hue angle of 95.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDF8B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 139 -
CMYK 0.22 0 0.38 0.13
HSL 95.71º 0.57% 0.71% -
HSV(B) 95.71º 0.38% 0.87% -
XYZ 48.28 63.52 34.14 -
YUV 198.47 94.44 109.83 -
System Red Green Blue C M Y K H S L
Decimal 173 223 139 0.22 0 0.38 0.13 95.71 0.57 0.71
Hex AD DF 8B 16 0 26 D 60 39 47
Octal 255 337 213 26 0 46 15 140 71 107
Binary 10101101 11011111 10001011 10110 0 100110 1101 1100000 111001 1000111

Color Harmonies of #ADDF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF8B

Black with #ADDF8B

Text Example


Text Example

White with #ADDF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF8B; }

 p { color: rgb(173,223,139); }

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

background-color css

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

 a { background-color: rgb(173,223,139); }

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

border-color css

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

 span { border-color: rgb(173,223,139); }

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