Html Css Color HEX #ADF5BC Fringy Flower

📋 copy color: '#ADF5BC'

red 173 ◦ green 245 ◦ blue 188

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

Shades of Fringy Flower #ADF5BC

Tints of Fringy Flower #ADF5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 28.55%
G = 40.43%
B = 31.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#ADF5BC (or 0xADF5BC) is known color: Fringy Flower. HEX triplet: AD, F5 and BC. RGB value is (173,245,188). Sum of RGB (Red+Green+Blue) = 173+245+188=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5BC is #520A43. Grayscale: #D9D9D9. Windows color (decimal): -5376580 or 12383661. OLE color: 12383661.

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

Color convert

RGB 173 245 188 -
CMYK 0.29 0 0.23 0.04
HSL 132.5º 0.78% 0.82% -
HSV(B) 132.5º 0.29% 0.96% -
XYZ 58.96 77.82 59.49 -
YUV 216.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 173 245 188 0.29 0 0.23 0.04 132.5 0.78 0.82
Hex AD F5 BC 1D 0 17 4 84 4E 52
Octal 255 365 274 35 0 27 4 204 116 122
Binary 10101101 11110101 10111100 11101 0 10111 100 10000100 1001110 1010010

Color Harmonies of #ADF5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5BC

Black with #ADF5BC

Text Example


Text Example

White with #ADF5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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