Html Css Color HEX #A1F0BC Fringy Flower

📋 copy color: '#A1F0BC'

red 161 ◦ green 240 ◦ blue 188

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

Shades of Fringy Flower #A1F0BC

Tints of Fringy Flower #A1F0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 27.33%
G = 40.75%
B = 31.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#A1F0BC (or 0xA1F0BC) is known color: Fringy Flower. HEX triplet: A1, F0 and BC. RGB value is (161,240,188). Sum of RGB (Red+Green+Blue) = 161+240+188=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0BC is #5E0F43. Grayscale: #D2D2D2. Windows color (decimal): -6164292 or 12382369. OLE color: 12382369.

HSL color Cylindrical-coordinate representation of color #A1F0BC: hue angle of 140.51º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0BC is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 188 -
CMYK 0.33 0 0.22 0.06
HSL 140.51º 0.72% 0.79% -
HSV(B) 140.51º 0.33% 0.94% -
XYZ 54.94 73.53 58.87 -
YUV 210.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 161 240 188 0.33 0 0.22 0.06 140.51 0.72 0.79
Hex A1 F0 BC 21 0 16 6 8D 48 4F
Octal 241 360 274 41 0 26 6 215 110 117
Binary 10100001 11110000 10111100 100001 0 10110 110 10001101 1001000 1001111

Color Harmonies of #A1F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0BC

Black with #A1F0BC

Text Example


Text Example

White with #A1F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0BC; }

 p { color: rgb(161,240,188); }

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

background-color css

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

 a { background-color: rgb(161,240,188); }

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

border-color css

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

 span { border-color: rgb(161,240,188); }

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