Html Css Color HEX #ADF0C1 Fringy Flower

📋 copy color: '#ADF0C1'

red 173 ◦ green 240 ◦ blue 193

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

Shades of Fringy Flower #ADF0C1

Tints of Fringy Flower #ADF0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 28.55%
G = 39.6%
B = 31.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#ADF0C1 (or 0xADF0C1) is known color: Fringy Flower. HEX triplet: AD, F0 and C1. RGB value is (173,240,193). Sum of RGB (Red+Green+Blue) = 173+240+193=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0C1 is #520F3E. Grayscale: #D6D6D6. Windows color (decimal): -5377855 or 12710061. OLE color: 12710061.

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

Color convert

RGB 173 240 193 -
CMYK 0.28 0 0.20 0.06
HSL 137.91º 0.69% 0.81% -
HSV(B) 137.91º 0.28% 0.94% -
XYZ 58.02 75.05 61.88 -
YUV 214.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 173 240 193 0.28 0 0.20 0.06 137.91 0.69 0.81
Hex AD F0 C1 1C 0 14 6 8A 45 51
Octal 255 360 301 34 0 24 6 212 105 121
Binary 10101101 11110000 11000001 11100 0 10100 110 10001010 1000101 1010001

Color Harmonies of #ADF0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0C1

Black with #ADF0C1

Text Example


Text Example

White with #ADF0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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