Html Css Color HEX #ADF482 Feijoa

📋 copy color: '#ADF482'

red 173 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #ADF482

Tints of Feijoa #ADF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.61%

 BLUE value IS 130 (51.17% from 255) = 23.77%

R = 31.63%
G = 44.61%
B = 23.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#ADF482 (or 0xADF482) is known color: Feijoa. HEX triplet: AD, F4 and 82. RGB value is (173,244,130). Sum of RGB (Red+Green+Blue) = 173+244+130=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF482 is #520B7D. Grayscale: #D2D2D2. Windows color (decimal): -5376894 or 8582317. OLE color: 8582317.

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

Color convert

RGB 173 244 130 -
CMYK 0.29 0 0.47 0.04
HSL 97.37º 0.84% 0.73% -
HSV(B) 97.37º 0.47% 0.96% -
XYZ 53.61 75.2 32.81 -
YUV 209.78 82.98 101.77 -
System Red Green Blue C M Y K H S L
Decimal 173 244 130 0.29 0 0.47 0.04 97.37 0.84 0.73
Hex AD F4 82 1D 0 2F 4 61 54 49
Octal 255 364 202 35 0 57 4 141 124 111
Binary 10101101 11110100 10000010 11101 0 101111 100 1100001 1010100 1001001

Color Harmonies of #ADF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF482

Black with #ADF482

Text Example


Text Example

White with #ADF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF482; }

 p { color: rgb(173,244,130); }

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

background-color css

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

 a { background-color: rgb(173,244,130); }

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

border-color css

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

 span { border-color: rgb(173,244,130); }

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