Html Css Color HEX #ADFAB9 Fringy Flower

📋 copy color: '#ADFAB9'

red 173 ◦ green 250 ◦ blue 185

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

Shades of Fringy Flower #ADFAB9

Tints of Fringy Flower #ADFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 28.45%
G = 41.12%
B = 30.43%

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

#ADFAB9 (or 0xADFAB9) is known color: Fringy Flower. HEX triplet: AD, FA and B9. RGB value is (173,250,185). Sum of RGB (Red+Green+Blue) = 173+250+185=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB9 is #520546. Grayscale: #DBDBDB. Windows color (decimal): -5375303 or 12188333. OLE color: 12188333.

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

Color convert

RGB 173 250 185 -
CMYK 0.31 0 0.26 0.02
HSL 129.35º 0.89% 0.83% -
HSV(B) 129.35º 0.31% 0.98% -
XYZ 60.18 80.76 58.32 -
YUV 219.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 173 250 185 0.31 0 0.26 0.02 129.35 0.89 0.83
Hex AD FA B9 1F 0 1A 2 81 59 53
Octal 255 372 271 37 0 32 2 201 131 123
Binary 10101101 11111010 10111001 11111 0 11010 10 10000001 1011001 1010011

Color Harmonies of #ADFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAB9

Black with #ADFAB9

Text Example


Text Example

White with #ADFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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