Html Css Color HEX #ADDC83 Feijoa

📋 copy color: '#ADDC83'

red 173 ◦ green 220 ◦ blue 131

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

Shades of Feijoa #ADDC83

Tints of Feijoa #ADDC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 131 (51.56% from 255) = 25%

R = 33.02%
G = 41.98%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#ADDC83 (or 0xADDC83) is known color: Feijoa. HEX triplet: AD, DC and 83. RGB value is (173,220,131). Sum of RGB (Red+Green+Blue) = 173+220+131=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC83 is #52237C. Grayscale: #C4C4C4. Windows color (decimal): -5383037 or 8641709. OLE color: 8641709.

HSL color Cylindrical-coordinate representation of color #ADDC83: hue angle of 91.69º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDC83 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 131 -
CMYK 0.21 0 0.40 0.14
HSL 91.69º 0.56% 0.69% -
HSV(B) 91.69º 0.4% 0.86% -
XYZ 46.92 61.71 30.91 -
YUV 195.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 173 220 131 0.21 0 0.40 0.14 91.69 0.56 0.69
Hex AD DC 83 15 0 28 E 5C 38 45
Octal 255 334 203 25 0 50 16 134 70 105
Binary 10101101 11011100 10000011 10101 0 101000 1110 1011100 111000 1000101

Color Harmonies of #ADDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC83

Black with #ADDC83

Text Example


Text Example

White with #ADDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC83; }

 p { color: rgb(173,220,131); }

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

background-color css

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

 a { background-color: rgb(173,220,131); }

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

border-color css

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

 span { border-color: rgb(173,220,131); }

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