Html Css Color HEX #ADF076 Feijoa

📋 copy color: '#ADF076'

red 173 ◦ green 240 ◦ blue 118

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

Shades of Feijoa #ADF076

Tints of Feijoa #ADF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 32.58%
G = 45.2%
B = 22.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#ADF076 (or 0xADF076) is known color: Feijoa. HEX triplet: AD, F0 and 76. RGB value is (173,240,118). Sum of RGB (Red+Green+Blue) = 173+240+118=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF076 is #520F89. Grayscale: #CECECE. Windows color (decimal): -5377930 or 7794861. OLE color: 7794861.

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

Color convert

RGB 173 240 118 -
CMYK 0.28 0 0.51 0.06
HSL 92.95º 0.8% 0.7% -
HSV(B) 92.95º 0.51% 0.94% -
XYZ 51.66 72.51 28.41 -
YUV 206.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 173 240 118 0.28 0 0.51 0.06 92.95 0.8 0.7
Hex AD F0 76 1C 0 33 6 5D 50 46
Octal 255 360 166 34 0 63 6 135 120 106
Binary 10101101 11110000 1110110 11100 0 110011 110 1011101 1010000 1000110

Color Harmonies of #ADF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF076

Black with #ADF076

Text Example


Text Example

White with #ADF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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