Html Css Color HEX #ADF780 Feijoa

📋 copy color: '#ADF780'

red 173 ◦ green 247 ◦ blue 128

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

Shades of Feijoa #ADF780

Tints of Feijoa #ADF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 31.57%
G = 45.07%
B = 23.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#ADF780 (or 0xADF780) is known color: Feijoa. HEX triplet: AD, F7 and 80. RGB value is (173,247,128). Sum of RGB (Red+Green+Blue) = 173+247+128=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF780 is #52087F. Grayscale: #D3D3D3. Windows color (decimal): -5376128 or 8452013. OLE color: 8452013.

HSL color Cylindrical-coordinate representation of color #ADF780: hue angle of 97.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF780 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 128 -
CMYK 0.30 0 0.48 0.03
HSL 97.31º 0.88% 0.74% -
HSV(B) 97.31º 0.48% 0.97% -
XYZ 54.39 76.96 32.41 -
YUV 211.31 80.98 100.68 -
System Red Green Blue C M Y K H S L
Decimal 173 247 128 0.30 0 0.48 0.03 97.31 0.88 0.74
Hex AD F7 80 1E 0 30 3 61 58 4A
Octal 255 367 200 36 0 60 3 141 130 112
Binary 10101101 11110111 10000000 11110 0 110000 11 1100001 1011000 1001010

Color Harmonies of #ADF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF780

Black with #ADF780

Text Example


Text Example

White with #ADF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF780; }

 p { color: rgb(173,247,128); }

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

background-color css

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

 a { background-color: rgb(173,247,128); }

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

border-color css

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

 span { border-color: rgb(173,247,128); }

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