Html Css Color HEX #ADFEC0 Fringy Flower

📋 copy color: '#ADFEC0'

red 173 ◦ green 254 ◦ blue 192

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

Shades of Fringy Flower #ADFEC0

Tints of Fringy Flower #ADFEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.03%

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

R = 27.95%
G = 41.03%
B = 31.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#ADFEC0 (or 0xADFEC0) is known color: Fringy Flower. HEX triplet: AD, FE and C0. RGB value is (173,254,192). Sum of RGB (Red+Green+Blue) = 173+254+192=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEC0 is #52013F. Grayscale: #DEDEDE. Windows color (decimal): -5374272 or 12648109. OLE color: 12648109.

HSL color Cylindrical-coordinate representation of color #ADFEC0: hue angle of 134.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEC0 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 192 -
CMYK 0.32 0 0.24 0.00
HSL 134.07º 0.98% 0.84% -
HSV(B) 134.07º 0.32% 1% -
XYZ 62.19 83.57 62.72 -
YUV 222.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 173 254 192 0.32 0 0.24 0.00 134.07 0.98 0.84
Hex AD FE C0 20 0 18 0 86 62 54
Octal 255 376 300 40 0 30 0 206 142 124
Binary 10101101 11111110 11000000 100000 0 11000 0 10000110 1100010 1010100

Color Harmonies of #ADFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEC0

Black with #ADFEC0

Text Example


Text Example

White with #ADFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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