Html Css Color HEX #ADFAB8 Fringy Flower

📋 copy color: '#ADFAB8'

red 173 ◦ green 250 ◦ blue 184

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

Shades of Fringy Flower #ADFAB8

Tints of Fringy Flower #ADFAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.31%

R = 28.5%
G = 41.19%
B = 30.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#ADFAB8 (or 0xADFAB8) is known color: Fringy Flower. HEX triplet: AD, FA and B8. RGB value is (173,250,184). Sum of RGB (Red+Green+Blue) = 173+250+184=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB8 is #520547. Grayscale: #DBDBDB. Windows color (decimal): -5375304 or 12122797. OLE color: 12122797.

HSL color Cylindrical-coordinate representation of color #ADFAB8: hue angle of 128.57º 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 #ADFAB8 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 184 -
CMYK 0.31 0 0.26 0.02
HSL 128.57º 0.89% 0.83% -
HSV(B) 128.57º 0.31% 0.98% -
XYZ 60.07 80.72 57.76 -
YUV 219.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 173 250 184 0.31 0 0.26 0.02 128.57 0.89 0.83
Hex AD FA B8 1F 0 1A 2 81 59 53
Octal 255 372 270 37 0 32 2 201 131 123
Binary 10101101 11111010 10111000 11111 0 11010 10 10000001 1011001 1010011

Color Harmonies of #ADFAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAB8

Black with #ADFAB8

Text Example


Text Example

White with #ADFAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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