Html Css Color HEX #A5FCBD Fringy Flower

📋 copy color: '#A5FCBD'

red 165 ◦ green 252 ◦ blue 189

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

Shades of Fringy Flower #A5FCBD

Tints of Fringy Flower #A5FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.58%

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

R = 27.23%
G = 41.58%
B = 31.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A5FCBD (or 0xA5FCBD) is known color: Fringy Flower. HEX triplet: A5, FC and BD. RGB value is (165,252,189). Sum of RGB (Red+Green+Blue) = 165+252+189=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCBD is #5A0342. Grayscale: #DADADA. Windows color (decimal): -5899075 or 12450981. OLE color: 12450981.

HSL color Cylindrical-coordinate representation of color #A5FCBD: hue angle of 136.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCBD is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 189 -
CMYK 0.35 0 0.25 0.01
HSL 136.55º 0.94% 0.82% -
HSV(B) 136.55º 0.35% 0.99% -
XYZ 59.51 81.29 60.7 -
YUV 218.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 165 252 189 0.35 0 0.25 0.01 136.55 0.94 0.82
Hex A5 FC BD 23 0 19 1 89 5E 52
Octal 245 374 275 43 0 31 1 211 136 122
Binary 10100101 11111100 10111101 100011 0 11001 1 10001001 1011110 1010010

Color Harmonies of #A5FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FCBD

Black with #A5FCBD

Text Example


Text Example

White with #A5FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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