Html Css Color HEX #ADF2BA Fringy Flower

📋 copy color: '#ADF2BA'

red 173 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #ADF2BA

Tints of Fringy Flower #ADF2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 28.79%
G = 40.27%
B = 30.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#ADF2BA (or 0xADF2BA) is known color: Fringy Flower. HEX triplet: AD, F2 and BA. RGB value is (173,242,186). Sum of RGB (Red+Green+Blue) = 173+242+186=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2BA is #520D45. Grayscale: #D7D7D7. Windows color (decimal): -5377350 or 12251821. OLE color: 12251821.

HSL color Cylindrical-coordinate representation of color #ADF2BA: hue angle of 131.3º 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 #ADF2BA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 186 -
CMYK 0.29 0 0.23 0.05
HSL 131.3º 0.73% 0.81% -
HSV(B) 131.3º 0.29% 0.95% -
XYZ 57.85 75.93 58.06 -
YUV 214.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 173 242 186 0.29 0 0.23 0.05 131.3 0.73 0.81
Hex AD F2 BA 1D 0 17 5 83 49 51
Octal 255 362 272 35 0 27 5 203 111 121
Binary 10101101 11110010 10111010 11101 0 10111 101 10000011 1001001 1010001

Color Harmonies of #ADF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2BA

Black with #ADF2BA

Text Example


Text Example

White with #ADF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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