Html Css Color HEX #ADF880 Feijoa

📋 copy color: '#ADF880'

red 173 ◦ green 248 ◦ blue 128

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

Shades of Feijoa #ADF880

Tints of Feijoa #ADF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

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

R = 31.51%
G = 45.17%
B = 23.32%

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

#ADF880 (or 0xADF880) is known color: Feijoa. HEX triplet: AD, F8 and 80. RGB value is (173,248,128). Sum of RGB (Red+Green+Blue) = 173+248+128=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF880 is #52077F. Grayscale: #D4D4D4. Windows color (decimal): -5375872 or 8452269. OLE color: 8452269.

HSL color Cylindrical-coordinate representation of color #ADF880: hue angle of 97.5º degrees, saturation: 0.9, 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 #ADF880 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 128 -
CMYK 0.30 0 0.48 0.03
HSL 97.5º 0.9% 0.74% -
HSV(B) 97.5º 0.48% 0.97% -
XYZ 54.7 77.58 32.51 -
YUV 211.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 173 248 128 0.30 0 0.48 0.03 97.5 0.9 0.74
Hex AD F8 80 1E 0 30 3 62 5A 4A
Octal 255 370 200 36 0 60 3 142 132 112
Binary 10101101 11111000 10000000 11110 0 110000 11 1100010 1011010 1001010

Color Harmonies of #ADF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF880

Black with #ADF880

Text Example


Text Example

White with #ADF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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