Html Css Color HEX #ADF2BC Fringy Flower

📋 copy color: '#ADF2BC'

red 173 ◦ green 242 ◦ blue 188

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

Shades of Fringy Flower #ADF2BC

Tints of Fringy Flower #ADF2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 28.69%
G = 40.13%
B = 31.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#ADF2BC (or 0xADF2BC) is known color: Fringy Flower. HEX triplet: AD, F2 and BC. RGB value is (173,242,188). Sum of RGB (Red+Green+Blue) = 173+242+188=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2BC is #520D43. Grayscale: #D7D7D7. Windows color (decimal): -5377348 or 12382893. OLE color: 12382893.

HSL color Cylindrical-coordinate representation of color #ADF2BC: hue angle of 133.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2BC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 188 -
CMYK 0.29 0 0.22 0.05
HSL 133.04º 0.73% 0.81% -
HSV(B) 133.04º 0.29% 0.95% -
XYZ 58.06 76.02 59.19 -
YUV 215.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 173 242 188 0.29 0 0.22 0.05 133.04 0.73 0.81
Hex AD F2 BC 1D 0 16 5 85 49 51
Octal 255 362 274 35 0 26 5 205 111 121
Binary 10101101 11110010 10111100 11101 0 10110 101 10000101 1001001 1010001

Color Harmonies of #ADF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2BC

Black with #ADF2BC

Text Example


Text Example

White with #ADF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2BC; }

 p { color: rgb(173,242,188); }

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

background-color css

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

 a { background-color: rgb(173,242,188); }

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

border-color css

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

 span { border-color: rgb(173,242,188); }

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