Html Css Color HEX #ADF982 Feijoa

📋 copy color: '#ADF982'

red 173 ◦ green 249 ◦ blue 130

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

Shades of Feijoa #ADF982

Tints of Feijoa #ADF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.11%

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

R = 31.34%
G = 45.11%
B = 23.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#ADF982 (or 0xADF982) is known color: Feijoa. HEX triplet: AD, F9 and 82. RGB value is (173,249,130). Sum of RGB (Red+Green+Blue) = 173+249+130=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF982 is #52067D. Grayscale: #D5D5D5. Windows color (decimal): -5375614 or 8583597. OLE color: 8583597.

HSL color Cylindrical-coordinate representation of color #ADF982: hue angle of 98.32º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF982 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 130 -
CMYK 0.31 0 0.48 0.02
HSL 98.32º 0.91% 0.74% -
HSV(B) 98.32º 0.48% 0.98% -
XYZ 55.14 78.25 33.32 -
YUV 212.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 173 249 130 0.31 0 0.48 0.02 98.32 0.91 0.74
Hex AD F9 82 1F 0 30 2 62 5B 4A
Octal 255 371 202 37 0 60 2 142 133 112
Binary 10101101 11111001 10000010 11111 0 110000 10 1100010 1011011 1001010

Color Harmonies of #ADF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF982

Black with #ADF982

Text Example


Text Example

White with #ADF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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