Html Css Color HEX #A4EFBC Fringy Flower

📋 copy color: '#A4EFBC'

red 164 ◦ green 239 ◦ blue 188

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

Shades of Fringy Flower #A4EFBC

Tints of Fringy Flower #A4EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.44%

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

R = 27.75%
G = 40.44%
B = 31.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#A4EFBC (or 0xA4EFBC) is known color: Fringy Flower. HEX triplet: A4, EF and BC. RGB value is (164,239,188). Sum of RGB (Red+Green+Blue) = 164+239+188=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFBC is #5B1043. Grayscale: #D2D2D2. Windows color (decimal): -5967940 or 12382116. OLE color: 12382116.

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

Color convert

RGB 164 239 188 -
CMYK 0.31 0 0.21 0.06
HSL 139.2º 0.7% 0.79% -
HSV(B) 139.2º 0.31% 0.94% -
XYZ 55.25 73.26 58.8 -
YUV 210.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 164 239 188 0.31 0 0.21 0.06 139.2 0.7 0.79
Hex A4 EF BC 1F 0 15 6 8B 46 4F
Octal 244 357 274 37 0 25 6 213 106 117
Binary 10100100 11101111 10111100 11111 0 10101 110 10001011 1000110 1001111

Color Harmonies of #A4EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EFBC

Black with #A4EFBC

Text Example


Text Example

White with #A4EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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