Html Css Color HEX #ADF284 Feijoa

📋 copy color: '#ADF284'

red 173 ◦ green 242 ◦ blue 132

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

Shades of Feijoa #ADF284

Tints of Feijoa #ADF284

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

 BLUE value IS 132 (51.95% from 255) = 24.13%

R = 31.63%
G = 44.24%
B = 24.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ADF284 (or 0xADF284) is known color: Feijoa. HEX triplet: AD, F2 and 84. RGB value is (173,242,132). Sum of RGB (Red+Green+Blue) = 173+242+132=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF284 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF284 is #520D7B. Grayscale: #D1D1D1. Windows color (decimal): -5377404 or 8712877. OLE color: 8712877.

HSL color Cylindrical-coordinate representation of color #ADF284: hue angle of 97.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF284 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 132 -
CMYK 0.29 0 0.45 0.05
HSL 97.64º 0.81% 0.73% -
HSV(B) 97.64º 0.45% 0.95% -
XYZ 53.15 74.05 33.32 -
YUV 208.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 173 242 132 0.29 0 0.45 0.05 97.64 0.81 0.73
Hex AD F2 84 1D 0 2D 5 62 51 49
Octal 255 362 204 35 0 55 5 142 121 111
Binary 10101101 11110010 10000100 11101 0 101101 101 1100010 1010001 1001001

Color Harmonies of #ADF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF284

Black with #ADF284

Text Example


Text Example

White with #ADF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF284; }

 p { color: rgb(173,242,132); }

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

background-color css

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

 a { background-color: rgb(173,242,132); }

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

border-color css

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

 span { border-color: rgb(173,242,132); }

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