Html Css Color HEX #ADF078 Feijoa

📋 copy color: '#ADF078'

red 173 ◦ green 240 ◦ blue 120

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

Shades of Feijoa #ADF078

Tints of Feijoa #ADF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.51%

R = 32.46%
G = 45.03%
B = 22.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#ADF078 (or 0xADF078) is known color: Feijoa. HEX triplet: AD, F0 and 78. RGB value is (173,240,120). Sum of RGB (Red+Green+Blue) = 173+240+120=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF078 is #520F87. Grayscale: #CECECE. Windows color (decimal): -5377928 or 7925933. OLE color: 7925933.

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

Color convert

RGB 173 240 120 -
CMYK 0.28 0 0.5 0.06
HSL 93.5º 0.8% 0.71% -
HSV(B) 93.5º 0.5% 0.94% -
XYZ 51.78 72.56 29.05 -
YUV 206.29 79.3 104.26 -
System Red Green Blue C M Y K H S L
Decimal 173 240 120 0.28 0 0.5 0.06 93.5 0.8 0.71
Hex AD F0 78 1C 0 32 6 5E 50 47
Octal 255 360 170 34 0 62 6 136 120 107
Binary 10101101 11110000 1111000 11100 0 110010 110 1011110 1010000 1000111

Color Harmonies of #ADF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF078

Black with #ADF078

Text Example


Text Example

White with #ADF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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