Html Css Color HEX #ADDB7A Feijoa

📋 copy color: '#ADDB7A'

red 173 ◦ green 219 ◦ blue 122

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

Shades of Feijoa #ADDB7A

Tints of Feijoa #ADDB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 33.66%
G = 42.61%
B = 23.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#ADDB7A (or 0xADDB7A) is known color: Feijoa. HEX triplet: AD, DB and 7A. RGB value is (173,219,122). Sum of RGB (Red+Green+Blue) = 173+219+122=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB7A is #522485. Grayscale: #C2C2C2. Windows color (decimal): -5383302 or 8051629. OLE color: 8051629.

HSL color Cylindrical-coordinate representation of color #ADDB7A: hue angle of 88.45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDB7A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 122 -
CMYK 0.21 0 0.44 0.14
HSL 88.45º 0.57% 0.67% -
HSV(B) 88.45º 0.44% 0.86% -
XYZ 46.08 60.95 27.75 -
YUV 194.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 173 219 122 0.21 0 0.44 0.14 88.45 0.57 0.67
Hex AD DB 7A 15 0 2C E 58 39 43
Octal 255 333 172 25 0 54 16 130 71 103
Binary 10101101 11011011 1111010 10101 0 101100 1110 1011000 111001 1000011

Color Harmonies of #ADDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB7A

Black with #ADDB7A

Text Example


Text Example

White with #ADDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB7A; }

 p { color: rgb(173,219,122); }

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

background-color css

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

 a { background-color: rgb(173,219,122); }

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

border-color css

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

 span { border-color: rgb(173,219,122); }

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