Html Css Color HEX #ADF077 Feijoa

📋 copy color: '#ADF077'

red 173 ◦ green 240 ◦ blue 119

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

Shades of Feijoa #ADF077

Tints of Feijoa #ADF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 32.52%
G = 45.11%
B = 22.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#ADF077 (or 0xADF077) is known color: Feijoa. HEX triplet: AD, F0 and 77. RGB value is (173,240,119). Sum of RGB (Red+Green+Blue) = 173+240+119=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF077 is #520F88. Grayscale: #CECECE. Windows color (decimal): -5377929 or 7860397. OLE color: 7860397.

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

Color convert

RGB 173 240 119 -
CMYK 0.28 0 0.50 0.06
HSL 93.22º 0.8% 0.7% -
HSV(B) 93.22º 0.5% 0.94% -
XYZ 51.72 72.54 28.73 -
YUV 206.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 173 240 119 0.28 0 0.50 0.06 93.22 0.8 0.7
Hex AD F0 77 1C 0 32 6 5D 50 46
Octal 255 360 167 34 0 62 6 135 120 106
Binary 10101101 11110000 1110111 11100 0 110010 110 1011101 1010000 1000110

Color Harmonies of #ADF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF077

Black with #ADF077

Text Example


Text Example

White with #ADF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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