Html Css Color HEX #A5FABD Fringy Flower

📋 copy color: '#A5FABD'

red 165 ◦ green 250 ◦ blue 189

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

Shades of Fringy Flower #A5FABD

Tints of Fringy Flower #A5FABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

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

R = 27.32%
G = 41.39%
B = 31.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#A5FABD (or 0xA5FABD) is known color: Fringy Flower. HEX triplet: A5, FA and BD. RGB value is (165,250,189). Sum of RGB (Red+Green+Blue) = 165+250+189=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FABD is #5A0542. Grayscale: #D9D9D9. Windows color (decimal): -5899587 or 12450469. OLE color: 12450469.

HSL color Cylindrical-coordinate representation of color #A5FABD: hue angle of 136.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FABD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 189 -
CMYK 0.34 0 0.24 0.02
HSL 136.94º 0.89% 0.81% -
HSV(B) 136.94º 0.34% 0.98% -
XYZ 58.89 80.04 60.49 -
YUV 217.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 165 250 189 0.34 0 0.24 0.02 136.94 0.89 0.81
Hex A5 FA BD 22 0 18 2 89 59 51
Octal 245 372 275 42 0 30 2 211 131 121
Binary 10100101 11111010 10111101 100010 0 11000 10 10001001 1011001 1010001

Color Harmonies of #A5FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FABD

Black with #A5FABD

Text Example


Text Example

White with #A5FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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