Html Css Color HEX #ADF279 Feijoa

📋 copy color: '#ADF279'

red 173 ◦ green 242 ◦ blue 121

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

Shades of Feijoa #ADF279

Tints of Feijoa #ADF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.15%

 BLUE value IS 121 (47.66% from 255) = 22.57%

R = 32.28%
G = 45.15%
B = 22.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ADF279 (or 0xADF279) is known color: Feijoa. HEX triplet: AD, F2 and 79. RGB value is (173,242,121). Sum of RGB (Red+Green+Blue) = 173+242+121=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF279 is #520D86. Grayscale: #CFCFCF. Windows color (decimal): -5377415 or 7991981. OLE color: 7991981.

HSL color Cylindrical-coordinate representation of color #ADF279: hue angle of 94.21º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF279 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 121 -
CMYK 0.29 0 0.50 0.05
HSL 94.21º 0.82% 0.71% -
HSV(B) 94.21º 0.5% 0.95% -
XYZ 52.44 73.77 29.56 -
YUV 207.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 173 242 121 0.29 0 0.50 0.05 94.21 0.82 0.71
Hex AD F2 79 1D 0 32 5 5E 52 47
Octal 255 362 171 35 0 62 5 136 122 107
Binary 10101101 11110010 1111001 11101 0 110010 101 1011110 1010010 1000111

Color Harmonies of #ADF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF279

Black with #ADF279

Text Example


Text Example

White with #ADF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF279; }

 p { color: rgb(173,242,121); }

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

background-color css

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

 a { background-color: rgb(173,242,121); }

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

border-color css

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

 span { border-color: rgb(173,242,121); }

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