Html Css Color HEX #ADDF8F Feijoa

📋 copy color: '#ADDF8F'

red 173 ◦ green 223 ◦ blue 143

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

Shades of Feijoa #ADDF8F

Tints of Feijoa #ADDF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.53%

R = 32.1%
G = 41.37%
B = 26.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#ADDF8F (or 0xADDF8F) is known color: Feijoa. HEX triplet: AD, DF and 8F. RGB value is (173,223,143). Sum of RGB (Red+Green+Blue) = 173+223+143=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF8F is #522070. Grayscale: #C7C7C7. Windows color (decimal): -5382257 or 9428909. OLE color: 9428909.

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

Color convert

RGB 173 223 143 -
CMYK 0.22 0 0.36 0.13
HSL 97.5º 0.56% 0.72% -
HSV(B) 97.5º 0.36% 0.87% -
XYZ 48.58 63.64 35.71 -
YUV 198.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 173 223 143 0.22 0 0.36 0.13 97.5 0.56 0.72
Hex AD DF 8F 16 0 24 D 62 38 48
Octal 255 337 217 26 0 44 15 142 70 110
Binary 10101101 11011111 10001111 10110 0 100100 1101 1100010 111000 1001000

Color Harmonies of #ADDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF8F

Black with #ADDF8F

Text Example


Text Example

White with #ADDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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