Html Css Color HEX #A4FFBC Fringy Flower

📋 copy color: '#A4FFBC'

red 164 ◦ green 255 ◦ blue 188

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

Shades of Fringy Flower #A4FFBC

Tints of Fringy Flower #A4FFBC

RGB

 RED value IS 164 (64.45% from 255) = 27.02%

 GREEN value IS 255 (100% from 255) = 42.01%

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

R = 27.02%
G = 42.01%
B = 30.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#A4FFBC (or 0xA4FFBC) is known color: Fringy Flower. HEX triplet: A4, FF and BC. RGB value is (164,255,188). Sum of RGB (Red+Green+Blue) = 164+255+188=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFBC is #5B0043. Grayscale: #DCDCDC. Windows color (decimal): -5963844 or 12386212. OLE color: 12386212.

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

Color convert

RGB 164 255 188 -
CMYK 0.36 0 0.26 0
HSL 135.82º 1% 0.82% -
HSV(B) 135.82º 0.36% 1% -
XYZ 60.15 83.04 60.44 -
YUV 220.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 164 255 188 0.36 0 0.26 0 135.82 1 0.82
Hex A4 FF BC 24 0 1A 0 88 64 52
Octal 244 377 274 44 0 32 0 210 144 122
Binary 10100100 11111111 10111100 100100 0 11010 0 10001000 1100100 1010010

Color Harmonies of #A4FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFBC

Black with #A4FFBC

Text Example


Text Example

White with #A4FFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFBC; }

 p { color: rgb(164,255,188); }

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

background-color css

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

 a { background-color: rgb(164,255,188); }

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

border-color css

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

 span { border-color: rgb(164,255,188); }

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