Html Css Color HEX #A1FCBB Fringy Flower

📋 copy color: '#A1FCBB'

red 161 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #A1FCBB

Tints of Fringy Flower #A1FCBB

RGB

 RED value IS 161 (63.28% from 255) = 26.83%

 GREEN value IS 252 (98.83% from 255) = 42%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 26.83%
G = 42%
B = 31.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#A1FCBB (or 0xA1FCBB) is known color: Fringy Flower. HEX triplet: A1, FC and BB. RGB value is (161,252,187). Sum of RGB (Red+Green+Blue) = 161+252+187=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCBB is #5E0344. Grayscale: #D9D9D9. Windows color (decimal): -6161221 or 12319905. OLE color: 12319905.

HSL color Cylindrical-coordinate representation of color #A1FCBB: hue angle of 137.14º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCBB is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 187 -
CMYK 0.36 0 0.26 0.01
HSL 137.14º 0.94% 0.81% -
HSV(B) 137.14º 0.36% 0.99% -
XYZ 58.48 80.79 59.52 -
YUV 217.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 161 252 187 0.36 0 0.26 0.01 137.14 0.94 0.81
Hex A1 FC BB 24 0 1A 1 89 5E 51
Octal 241 374 273 44 0 32 1 211 136 121
Binary 10100001 11111100 10111011 100100 0 11010 1 10001001 1011110 1010001

Color Harmonies of #A1FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCBB

Black with #A1FCBB

Text Example


Text Example

White with #A1FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCBB; }

 p { color: rgb(161,252,187); }

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

background-color css

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

 a { background-color: rgb(161,252,187); }

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

border-color css

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

 span { border-color: rgb(161,252,187); }

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