Html Css Color HEX #ADDF84 Feijoa

📋 copy color: '#ADDF84'

red 173 ◦ green 223 ◦ blue 132

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

Shades of Feijoa #ADDF84

Tints of Feijoa #ADDF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25%

R = 32.77%
G = 42.23%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#ADDF84 (or 0xADDF84) is known color: Feijoa. HEX triplet: AD, DF and 84. RGB value is (173,223,132). Sum of RGB (Red+Green+Blue) = 173+223+132=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF84 is #52207B. Grayscale: #C5C5C5. Windows color (decimal): -5382268 or 8708013. OLE color: 8708013.

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

Color convert

RGB 173 223 132 -
CMYK 0.22 0 0.41 0.13
HSL 92.97º 0.59% 0.7% -
HSV(B) 92.97º 0.41% 0.87% -
XYZ 47.79 63.33 31.53 -
YUV 197.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 173 223 132 0.22 0 0.41 0.13 92.97 0.59 0.7
Hex AD DF 84 16 0 29 D 5D 3B 46
Octal 255 337 204 26 0 51 15 135 73 106
Binary 10101101 11011111 10000100 10110 0 101001 1101 1011101 111011 1000110

Color Harmonies of #ADDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF84

Black with #ADDF84

Text Example


Text Example

White with #ADDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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