Html Css Color HEX #ADF680 Feijoa

📋 copy color: '#ADF680'

red 173 ◦ green 246 ◦ blue 128

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

Shades of Feijoa #ADF680

Tints of Feijoa #ADF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

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

R = 31.63%
G = 44.97%
B = 23.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ADF680 (or 0xADF680) is known color: Feijoa. HEX triplet: AD, F6 and 80. RGB value is (173,246,128). Sum of RGB (Red+Green+Blue) = 173+246+128=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF680 is #52097F. Grayscale: #D3D3D3. Windows color (decimal): -5376384 or 8451757. OLE color: 8451757.

HSL color Cylindrical-coordinate representation of color #ADF680: hue angle of 97.12º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF680 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 128 -
CMYK 0.30 0 0.48 0.04
HSL 97.12º 0.87% 0.73% -
HSV(B) 97.12º 0.48% 0.96% -
XYZ 54.09 76.35 32.31 -
YUV 210.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 173 246 128 0.30 0 0.48 0.04 97.12 0.87 0.73
Hex AD F6 80 1E 0 30 4 61 57 49
Octal 255 366 200 36 0 60 4 141 127 111
Binary 10101101 11110110 10000000 11110 0 110000 100 1100001 1010111 1001001

Color Harmonies of #ADF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF680

Black with #ADF680

Text Example


Text Example

White with #ADF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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