Html Css Color HEX #A5ECBD Fringy Flower

📋 copy color: '#A5ECBD'

red 165 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #A5ECBD

Tints of Fringy Flower #A5ECBD

RGB

 RED value IS 165 (64.84% from 255) = 27.97%

 GREEN value IS 236 (92.58% from 255) = 40%

 BLUE value IS 189 (74.22% from 255) = 32.03%

R = 27.97%
G = 40%
B = 32.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A5ECBD (or 0xA5ECBD) is known color: Fringy Flower. HEX triplet: A5, EC and BD. RGB value is (165,236,189). Sum of RGB (Red+Green+Blue) = 165+236+189=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECBD is #5A1342. Grayscale: #D1D1D1. Windows color (decimal): -5903171 or 12446885. OLE color: 12446885.

HSL color Cylindrical-coordinate representation of color #A5ECBD: hue angle of 140.28º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECBD is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 189 -
CMYK 0.30 0 0.20 0.07
HSL 140.28º 0.65% 0.79% -
HSV(B) 140.28º 0.3% 0.93% -
XYZ 54.7 71.66 59.09 -
YUV 209.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 165 236 189 0.30 0 0.20 0.07 140.28 0.65 0.79
Hex A5 EC BD 1E 0 14 7 8C 41 4F
Octal 245 354 275 36 0 24 7 214 101 117
Binary 10100101 11101100 10111101 11110 0 10100 111 10001100 1000001 1001111

Color Harmonies of #A5ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECBD

Black with #A5ECBD

Text Example


Text Example

White with #A5ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECBD; }

 p { color: rgb(165,236,189); }

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

background-color css

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

 a { background-color: rgb(165,236,189); }

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

border-color css

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

 span { border-color: rgb(165,236,189); }

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