Html Css Color HEX #ADF085 Feijoa

📋 copy color: '#ADF085'

red 173 ◦ green 240 ◦ blue 133

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

Shades of Feijoa #ADF085

Tints of Feijoa #ADF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.96%

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

R = 31.68%
G = 43.96%
B = 24.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#ADF085 (or 0xADF085) is known color: Feijoa. HEX triplet: AD, F0 and 85. RGB value is (173,240,133). Sum of RGB (Red+Green+Blue) = 173+240+133=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF085 is #520F7A. Grayscale: #D0D0D0. Windows color (decimal): -5377915 or 8777901. OLE color: 8777901.

HSL color Cylindrical-coordinate representation of color #ADF085: hue angle of 97.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF085 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 133 -
CMYK 0.28 0 0.45 0.06
HSL 97.57º 0.78% 0.73% -
HSV(B) 97.57º 0.45% 0.94% -
XYZ 52.63 72.9 33.49 -
YUV 207.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 173 240 133 0.28 0 0.45 0.06 97.57 0.78 0.73
Hex AD F0 85 1C 0 2D 6 62 4E 49
Octal 255 360 205 34 0 55 6 142 116 111
Binary 10101101 11110000 10000101 11100 0 101101 110 1100010 1001110 1001001

Color Harmonies of #ADF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF085

Black with #ADF085

Text Example


Text Example

White with #ADF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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