Html Css Color HEX #ADF074 Feijoa

📋 copy color: '#ADF074'

red 173 ◦ green 240 ◦ blue 116

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

Shades of Feijoa #ADF074

Tints of Feijoa #ADF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 32.7%
G = 45.37%
B = 21.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#ADF074 (or 0xADF074) is known color: Feijoa. HEX triplet: AD, F0 and 74. RGB value is (173,240,116). Sum of RGB (Red+Green+Blue) = 173+240+116=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF074 is #520F8B. Grayscale: #CECECE. Windows color (decimal): -5377932 or 7663789. OLE color: 7663789.

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

Color convert

RGB 173 240 116 -
CMYK 0.28 0 0.52 0.06
HSL 92.42º 0.81% 0.7% -
HSV(B) 92.42º 0.52% 0.94% -
XYZ 51.55 72.47 27.79 -
YUV 205.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 173 240 116 0.28 0 0.52 0.06 92.42 0.81 0.7
Hex AD F0 74 1C 0 34 6 5C 51 46
Octal 255 360 164 34 0 64 6 134 121 106
Binary 10101101 11110000 1110100 11100 0 110100 110 1011100 1010001 1000110

Color Harmonies of #ADF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF074

Black with #ADF074

Text Example


Text Example

White with #ADF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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