Html Css Color HEX #ADF285 Feijoa

📋 copy color: '#ADF285'

red 173 ◦ green 242 ◦ blue 133

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

Shades of Feijoa #ADF285

Tints of Feijoa #ADF285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 31.57%
G = 44.16%
B = 24.27%

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

#ADF285 (or 0xADF285) is known color: Feijoa. HEX triplet: AD, F2 and 85. RGB value is (173,242,133). Sum of RGB (Red+Green+Blue) = 173+242+133=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF285 is #520D7A. Grayscale: #D1D1D1. Windows color (decimal): -5377403 or 8778413. OLE color: 8778413.

HSL color Cylindrical-coordinate representation of color #ADF285: hue angle of 97.98º 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 #ADF285 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 133 -
CMYK 0.29 0 0.45 0.05
HSL 97.98º 0.81% 0.74% -
HSV(B) 97.98º 0.45% 0.95% -
XYZ 53.22 74.08 33.68 -
YUV 208.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 173 242 133 0.29 0 0.45 0.05 97.98 0.81 0.74
Hex AD F2 85 1D 0 2D 5 62 51 4A
Octal 255 362 205 35 0 55 5 142 121 112
Binary 10101101 11110010 10000101 11101 0 101101 101 1100010 1010001 1001010

Color Harmonies of #ADF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF285

Black with #ADF285

Text Example


Text Example

White with #ADF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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