Html Css Color HEX #ADF5BA Fringy Flower

📋 copy color: '#ADF5BA'

red 173 ◦ green 245 ◦ blue 186

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

Shades of Fringy Flower #ADF5BA

Tints of Fringy Flower #ADF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 28.64%
G = 40.56%
B = 30.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#ADF5BA (or 0xADF5BA) is known color: Fringy Flower. HEX triplet: AD, F5 and BA. RGB value is (173,245,186). Sum of RGB (Red+Green+Blue) = 173+245+186=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5BA is #520A45. Grayscale: #D8D8D8. Windows color (decimal): -5376582 or 12252589. OLE color: 12252589.

HSL color Cylindrical-coordinate representation of color #ADF5BA: hue angle of 130.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5BA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 186 -
CMYK 0.29 0 0.24 0.04
HSL 130.83º 0.78% 0.82% -
HSV(B) 130.83º 0.29% 0.96% -
XYZ 58.75 77.73 58.36 -
YUV 216.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 173 245 186 0.29 0 0.24 0.04 130.83 0.78 0.82
Hex AD F5 BA 1D 0 18 4 83 4E 52
Octal 255 365 272 35 0 30 4 203 116 122
Binary 10101101 11110101 10111010 11101 0 11000 100 10000011 1001110 1010010

Color Harmonies of #ADF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5BA

Black with #ADF5BA

Text Example


Text Example

White with #ADF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5BA; }

 p { color: rgb(173,245,186); }

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

background-color css

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

 a { background-color: rgb(173,245,186); }

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

border-color css

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

 span { border-color: rgb(173,245,186); }

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