Html Css Color HEX #A4F2BA Fringy Flower

📋 copy color: '#A4F2BA'

red 164 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #A4F2BA

Tints of Fringy Flower #A4F2BA

RGB

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

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

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

R = 27.7%
G = 40.88%
B = 31.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#A4F2BA (or 0xA4F2BA) is known color: Fringy Flower. HEX triplet: A4, F2 and BA. RGB value is (164,242,186). Sum of RGB (Red+Green+Blue) = 164+242+186=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F2BA is #5B0D45. Grayscale: #D4D4D4. Windows color (decimal): -5967174 or 12251812. OLE color: 12251812.

HSL color Cylindrical-coordinate representation of color #A4F2BA: hue angle of 136.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2BA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 242 186 -
CMYK 0.32 0 0.23 0.05
HSL 136.92º 0.75% 0.8% -
HSV(B) 136.92º 0.32% 0.95% -
XYZ 55.92 74.94 57.97 -
YUV 212.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 164 242 186 0.32 0 0.23 0.05 136.92 0.75 0.8
Hex A4 F2 BA 20 0 17 5 89 4B 50
Octal 244 362 272 40 0 27 5 211 113 120
Binary 10100100 11110010 10111010 100000 0 10111 101 10001001 1001011 1010000

Color Harmonies of #A4F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F2BA

Black with #A4F2BA

Text Example


Text Example

White with #A4F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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