Html Css Color HEX #A5FFBB Fringy Flower

📋 copy color: '#A5FFBB'

red 165 ◦ green 255 ◦ blue 187

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

Shades of Fringy Flower #A5FFBB

Tints of Fringy Flower #A5FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 27.18%
G = 42.01%
B = 30.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#A5FFBB (or 0xA5FFBB) is known color: Fringy Flower. HEX triplet: A5, FF and BB. RGB value is (165,255,187). Sum of RGB (Red+Green+Blue) = 165+255+187=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFBB is #5A0044. Grayscale: #DCDCDC. Windows color (decimal): -5898309 or 12320677. OLE color: 12320677.

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

Color convert

RGB 165 255 187 -
CMYK 0.35 0 0.27 0
HSL 134.67º 1% 0.82% -
HSV(B) 134.67º 0.35% 1% -
XYZ 60.25 83.11 59.88 -
YUV 220.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 165 255 187 0.35 0 0.27 0 134.67 1 0.82
Hex A5 FF BB 23 0 1B 0 87 64 52
Octal 245 377 273 43 0 33 0 207 144 122
Binary 10100101 11111111 10111011 100011 0 11011 0 10000111 1100100 1010010

Color Harmonies of #A5FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFBB

Black with #A5FFBB

Text Example


Text Example

White with #A5FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFBB; }

 p { color: rgb(165,255,187); }

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

background-color css

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

 a { background-color: rgb(165,255,187); }

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

border-color css

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

 span { border-color: rgb(165,255,187); }

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