Html Css Color HEX #ADDF8E Feijoa

📋 copy color: '#ADDF8E'

red 173 ◦ green 223 ◦ blue 142

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

Shades of Feijoa #ADDF8E

Tints of Feijoa #ADDF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.39%

R = 32.16%
G = 41.45%
B = 26.39%

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

#ADDF8E (or 0xADDF8E) is known color: Feijoa. HEX triplet: AD, DF and 8E. RGB value is (173,223,142). Sum of RGB (Red+Green+Blue) = 173+223+142=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF8E is #522071. Grayscale: #C7C7C7. Windows color (decimal): -5382258 or 9363373. OLE color: 9363373.

HSL color Cylindrical-coordinate representation of color #ADDF8E: hue angle of 97.04º 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 #ADDF8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 142 -
CMYK 0.22 0 0.36 0.13
HSL 97.04º 0.56% 0.72% -
HSV(B) 97.04º 0.36% 0.87% -
XYZ 48.5 63.61 35.31 -
YUV 198.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 173 223 142 0.22 0 0.36 0.13 97.04 0.56 0.72
Hex AD DF 8E 16 0 24 D 61 38 48
Octal 255 337 216 26 0 44 15 141 70 110
Binary 10101101 11011111 10001110 10110 0 100100 1101 1100001 111000 1001000

Color Harmonies of #ADDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF8E

Black with #ADDF8E

Text Example


Text Example

White with #ADDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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