Html Css Color HEX #ADDA8B Feijoa

📋 copy color: '#ADDA8B'

red 173 ◦ green 218 ◦ blue 139

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

Shades of Feijoa #ADDA8B

Tints of Feijoa #ADDA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 32.64%
G = 41.13%
B = 26.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#ADDA8B (or 0xADDA8B) is known color: Feijoa. HEX triplet: AD, DA and 8B. RGB value is (173,218,139). Sum of RGB (Red+Green+Blue) = 173+218+139=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA8B is #522574. Grayscale: #C3C3C3. Windows color (decimal): -5383541 or 9165485. OLE color: 9165485.

HSL color Cylindrical-coordinate representation of color #ADDA8B: hue angle of 94.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDA8B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 139 -
CMYK 0.21 0 0.36 0.15
HSL 94.18º 0.52% 0.7% -
HSV(B) 94.18º 0.36% 0.85% -
XYZ 46.97 60.89 33.7 -
YUV 195.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 173 218 139 0.21 0 0.36 0.15 94.18 0.52 0.7
Hex AD DA 8B 15 0 24 F 5E 34 46
Octal 255 332 213 25 0 44 17 136 64 106
Binary 10101101 11011010 10001011 10101 0 100100 1111 1011110 110100 1000110

Color Harmonies of #ADDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA8B

Black with #ADDA8B

Text Example


Text Example

White with #ADDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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