Html Css Color HEX #ADDF7F Feijoa

📋 copy color: '#ADDF7F'

red 173 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #ADDF7F

Tints of Feijoa #ADDF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.28%

R = 33.08%
G = 42.64%
B = 24.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#ADDF7F (or 0xADDF7F) is known color: Feijoa. HEX triplet: AD, DF and 7F. RGB value is (173,223,127). Sum of RGB (Red+Green+Blue) = 173+223+127=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF7F is #522080. Grayscale: #C5C5C5. Windows color (decimal): -5382273 or 8380333. OLE color: 8380333.

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

Color convert

RGB 173 223 127 -
CMYK 0.22 0 0.43 0.13
HSL 91.25º 0.6% 0.69% -
HSV(B) 91.25º 0.43% 0.87% -
XYZ 47.45 63.19 29.77 -
YUV 197.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 173 223 127 0.22 0 0.43 0.13 91.25 0.6 0.69
Hex AD DF 7F 16 0 2B D 5B 3C 45
Octal 255 337 177 26 0 53 15 133 74 105
Binary 10101101 11011111 1111111 10110 0 101011 1101 1011011 111100 1000101

Color Harmonies of #ADDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF7F

Black with #ADDF7F

Text Example


Text Example

White with #ADDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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