Html Css Color HEX #A5F8B9 Fringy Flower

📋 copy color: '#A5F8B9'

red 165 ◦ green 248 ◦ blue 185

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

Shades of Fringy Flower #A5F8B9

Tints of Fringy Flower #A5F8B9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 185 (72.66% from 255) = 30.94%

R = 27.59%
G = 41.47%
B = 30.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#A5F8B9 (or 0xA5F8B9) is known color: Fringy Flower. HEX triplet: A5, F8 and B9. RGB value is (165,248,185). Sum of RGB (Red+Green+Blue) = 165+248+185=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8B9 is #5A0746. Grayscale: #D8D8D8. Windows color (decimal): -5900103 or 12187813. OLE color: 12187813.

HSL color Cylindrical-coordinate representation of color #A5F8B9: hue angle of 134.46º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8B9 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 185 -
CMYK 0.33 0 0.25 0.03
HSL 134.46º 0.86% 0.81% -
HSV(B) 134.46º 0.33% 0.97% -
XYZ 57.84 78.64 58.03 -
YUV 216 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 165 248 185 0.33 0 0.25 0.03 134.46 0.86 0.81
Hex A5 F8 B9 21 0 19 3 86 56 51
Octal 245 370 271 41 0 31 3 206 126 121
Binary 10100101 11111000 10111001 100001 0 11001 11 10000110 1010110 1010001

Color Harmonies of #A5F8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F8B9

Black with #A5F8B9

Text Example


Text Example

White with #A5F8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F8B9; }

 p { color: rgb(165,248,185); }

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

background-color css

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

 a { background-color: rgb(165,248,185); }

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

border-color css

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

 span { border-color: rgb(165,248,185); }

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