Html Css Color HEX #ADF47F Feijoa

📋 copy color: '#ADF47F'

red 173 ◦ green 244 ◦ blue 127

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

Shades of Feijoa #ADF47F

Tints of Feijoa #ADF47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.85%

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

R = 31.8%
G = 44.85%
B = 23.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ADF47F (or 0xADF47F) is known color: Feijoa. HEX triplet: AD, F4 and 7F. RGB value is (173,244,127). Sum of RGB (Red+Green+Blue) = 173+244+127=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF47F is #520B80. Grayscale: #D1D1D1. Windows color (decimal): -5376897 or 8385709. OLE color: 8385709.

HSL color Cylindrical-coordinate representation of color #ADF47F: hue angle of 96.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF47F is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 244 127 -
CMYK 0.29 0 0.48 0.04
HSL 96.41º 0.84% 0.73% -
HSV(B) 96.41º 0.48% 0.96% -
XYZ 53.42 75.12 31.76 -
YUV 209.43 81.48 102.01 -
System Red Green Blue C M Y K H S L
Decimal 173 244 127 0.29 0 0.48 0.04 96.41 0.84 0.73
Hex AD F4 7F 1D 0 30 4 60 54 49
Octal 255 364 177 35 0 60 4 140 124 111
Binary 10101101 11110100 1111111 11101 0 110000 100 1100000 1010100 1001001

Color Harmonies of #ADF47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF47F

Black with #ADF47F

Text Example


Text Example

White with #ADF47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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