Html Css Color HEX #ADF475 Feijoa

📋 copy color: '#ADF475'

red 173 ◦ green 244 ◦ blue 117

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

Shades of Feijoa #ADF475

Tints of Feijoa #ADF475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 32.4%
G = 45.69%
B = 21.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#ADF475 (or 0xADF475) is known color: Feijoa. HEX triplet: AD, F4 and 75. RGB value is (173,244,117). Sum of RGB (Red+Green+Blue) = 173+244+117=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF475 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF475 is #520B8A. Grayscale: #D0D0D0. Windows color (decimal): -5376907 or 7730349. OLE color: 7730349.

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

Color convert

RGB 173 244 117 -
CMYK 0.29 0 0.52 0.04
HSL 93.54º 0.85% 0.71% -
HSV(B) 93.54º 0.52% 0.96% -
XYZ 52.8 74.87 28.5 -
YUV 208.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 173 244 117 0.29 0 0.52 0.04 93.54 0.85 0.71
Hex AD F4 75 1D 0 34 4 5E 55 47
Octal 255 364 165 35 0 64 4 136 125 107
Binary 10101101 11110100 1110101 11101 0 110100 100 1011110 1010101 1000111

Color Harmonies of #ADF475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF475

Black with #ADF475

Text Example


Text Example

White with #ADF475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF475; }

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

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

background-color css

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

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

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

border-color css

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

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

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