Html Css Color HEX #ADFAC0 Fringy Flower

📋 copy color: '#ADFAC0'

red 173 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #ADFAC0

Tints of Fringy Flower #ADFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

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

R = 28.13%
G = 40.65%
B = 31.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#ADFAC0 (or 0xADFAC0) is known color: Fringy Flower. HEX triplet: AD, FA and C0. RGB value is (173,250,192). Sum of RGB (Red+Green+Blue) = 173+250+192=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAC0 is #52053F. Grayscale: #DCDCDC. Windows color (decimal): -5375296 or 12647085. OLE color: 12647085.

HSL color Cylindrical-coordinate representation of color #ADFAC0: hue angle of 134.81º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAC0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 192 -
CMYK 0.31 0 0.23 0.02
HSL 134.81º 0.89% 0.83% -
HSV(B) 134.81º 0.31% 0.98% -
XYZ 60.93 81.06 62.3 -
YUV 220.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 173 250 192 0.31 0 0.23 0.02 134.81 0.89 0.83
Hex AD FA C0 1F 0 17 2 87 59 53
Octal 255 372 300 37 0 27 2 207 131 123
Binary 10101101 11111010 11000000 11111 0 10111 10 10000111 1011001 1010011

Color Harmonies of #ADFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAC0

Black with #ADFAC0

Text Example


Text Example

White with #ADFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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