Html Css Color HEX #ADF071 Feijoa

📋 copy color: '#ADF071'

red 173 ◦ green 240 ◦ blue 113

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

Shades of Feijoa #ADF071

Tints of Feijoa #ADF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 32.89%
G = 45.63%
B = 21.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#ADF071 (or 0xADF071) is known color: Feijoa. HEX triplet: AD, F0 and 71. RGB value is (173,240,113). Sum of RGB (Red+Green+Blue) = 173+240+113=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF071 is #520F8E. Grayscale: #CDCDCD. Windows color (decimal): -5377935 or 7467181. OLE color: 7467181.

HSL color Cylindrical-coordinate representation of color #ADF071: hue angle of 91.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF071 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 113 -
CMYK 0.28 0 0.53 0.06
HSL 91.65º 0.81% 0.69% -
HSV(B) 91.65º 0.53% 0.94% -
XYZ 51.37 72.4 26.89 -
YUV 205.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 173 240 113 0.28 0 0.53 0.06 91.65 0.81 0.69
Hex AD F0 71 1C 0 35 6 5C 51 45
Octal 255 360 161 34 0 65 6 134 121 105
Binary 10101101 11110000 1110001 11100 0 110101 110 1011100 1010001 1000101

Color Harmonies of #ADF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF071

Black with #ADF071

Text Example


Text Example

White with #ADF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF071; }

 p { color: rgb(173,240,113); }

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

background-color css

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

 a { background-color: rgb(173,240,113); }

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

border-color css

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

 span { border-color: rgb(173,240,113); }

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