Html Css Color HEX #ADF286 Feijoa

📋 copy color: '#ADF286'

red 173 ◦ green 242 ◦ blue 134

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

Shades of Feijoa #ADF286

Tints of Feijoa #ADF286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 31.51%
G = 44.08%
B = 24.41%

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

#ADF286 (or 0xADF286) is known color: Feijoa. HEX triplet: AD, F2 and 86. RGB value is (173,242,134). Sum of RGB (Red+Green+Blue) = 173+242+134=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF286 is #520D79. Grayscale: #D1D1D1. Windows color (decimal): -5377402 or 8843949. OLE color: 8843949.

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

Color convert

RGB 173 242 134 -
CMYK 0.29 0 0.45 0.05
HSL 98.33º 0.81% 0.74% -
HSV(B) 98.33º 0.45% 0.95% -
XYZ 53.29 74.11 34.05 -
YUV 209.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 173 242 134 0.29 0 0.45 0.05 98.33 0.81 0.74
Hex AD F2 86 1D 0 2D 5 62 51 4A
Octal 255 362 206 35 0 55 5 142 121 112
Binary 10101101 11110010 10000110 11101 0 101101 101 1100010 1010001 1001010

Color Harmonies of #ADF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF286

Black with #ADF286

Text Example


Text Example

White with #ADF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF286; }

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

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

background-color css

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

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

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

border-color css

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

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

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