Html Css Color HEX #ADF1C0 Fringy Flower

📋 copy color: '#ADF1C0'

red 173 ◦ green 241 ◦ blue 192

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

Shades of Fringy Flower #ADF1C0

Tints of Fringy Flower #ADF1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.77%

 BLUE value IS 192 (75.39% from 255) = 31.68%

R = 28.55%
G = 39.77%
B = 31.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#ADF1C0 (or 0xADF1C0) is known color: Fringy Flower. HEX triplet: AD, F1 and C0. RGB value is (173,241,192). Sum of RGB (Red+Green+Blue) = 173+241+192=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C0 is #520E3F. Grayscale: #D7D7D7. Windows color (decimal): -5377600 or 12644781. OLE color: 12644781.

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

Color convert

RGB 173 241 192 -
CMYK 0.28 0 0.20 0.05
HSL 136.76º 0.71% 0.81% -
HSV(B) 136.76º 0.28% 0.95% -
XYZ 58.2 75.6 61.39 -
YUV 215.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 173 241 192 0.28 0 0.20 0.05 136.76 0.71 0.81
Hex AD F1 C0 1C 0 14 5 89 47 51
Octal 255 361 300 34 0 24 5 211 107 121
Binary 10101101 11110001 11000000 11100 0 10100 101 10001001 1000111 1010001

Color Harmonies of #ADF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1C0

Black with #ADF1C0

Text Example


Text Example

White with #ADF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1C0; }

 p { color: rgb(173,241,192); }

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

background-color css

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

 a { background-color: rgb(173,241,192); }

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

border-color css

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

 span { border-color: rgb(173,241,192); }

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