Html Css Color HEX #ADF0C0 Fringy Flower

📋 copy color: '#ADF0C0'

red 173 ◦ green 240 ◦ blue 192

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

Shades of Fringy Flower #ADF0C0

Tints of Fringy Flower #ADF0C0

RGB

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

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

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

R = 28.6%
G = 39.67%
B = 31.74%

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

#ADF0C0 (or 0xADF0C0) is known color: Fringy Flower. HEX triplet: AD, F0 and C0. RGB value is (173,240,192). Sum of RGB (Red+Green+Blue) = 173+240+192=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0C0 is #520F3F. Grayscale: #D6D6D6. Windows color (decimal): -5377856 or 12644525. OLE color: 12644525.

HSL color Cylindrical-coordinate representation of color #ADF0C0: hue angle of 137.01º 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 #ADF0C0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 192 -
CMYK 0.28 0 0.20 0.06
HSL 137.01º 0.69% 0.81% -
HSV(B) 137.01º 0.28% 0.94% -
XYZ 57.91 75.01 61.3 -
YUV 214.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 173 240 192 0.28 0 0.20 0.06 137.01 0.69 0.81
Hex AD F0 C0 1C 0 14 6 89 45 51
Octal 255 360 300 34 0 24 6 211 105 121
Binary 10101101 11110000 11000000 11100 0 10100 110 10001001 1000101 1010001

Color Harmonies of #ADF0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0C0

Black with #ADF0C0

Text Example


Text Example

White with #ADF0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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