Html Css Color HEX #A4EDBA Fringy Flower

📋 copy color: '#A4EDBA'

red 164 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #A4EDBA

Tints of Fringy Flower #A4EDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 27.94%
G = 40.37%
B = 31.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#A4EDBA (or 0xA4EDBA) is known color: Fringy Flower. HEX triplet: A4, ED and BA. RGB value is (164,237,186). Sum of RGB (Red+Green+Blue) = 164+237+186=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDBA is #5B1245. Grayscale: #D1D1D1. Windows color (decimal): -5968454 or 12250532. OLE color: 12250532.

HSL color Cylindrical-coordinate representation of color #A4EDBA: hue angle of 138.08º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDBA is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 186 -
CMYK 0.31 0 0.22 0.07
HSL 138.08º 0.67% 0.79% -
HSV(B) 138.08º 0.31% 0.93% -
XYZ 54.46 72.01 57.48 -
YUV 209.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 164 237 186 0.31 0 0.22 0.07 138.08 0.67 0.79
Hex A4 ED BA 1F 0 16 7 8A 43 4F
Octal 244 355 272 37 0 26 7 212 103 117
Binary 10100100 11101101 10111010 11111 0 10110 111 10001010 1000011 1001111

Color Harmonies of #A4EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDBA

Black with #A4EDBA

Text Example


Text Example

White with #A4EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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