Html Css Color HEX #A5E5B9 Fringy Flower

📋 copy color: '#A5E5B9'

red 165 ◦ green 229 ◦ blue 185

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

Shades of Fringy Flower #A5E5B9

Tints of Fringy Flower #A5E5B9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.55%

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

R = 28.5%
G = 39.55%
B = 31.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#A5E5B9 (or 0xA5E5B9) is known color: Fringy Flower. HEX triplet: A5, E5 and B9. RGB value is (165,229,185). Sum of RGB (Red+Green+Blue) = 165+229+185=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E5B9 is #5A1A46. Grayscale: #CCCCCC. Windows color (decimal): -5904967 or 12182949. OLE color: 12182949.

HSL color Cylindrical-coordinate representation of color #A5E5B9: hue angle of 138.75º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E5B9 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 185 -
CMYK 0.28 0 0.19 0.10
HSL 138.75º 0.55% 0.77% -
HSV(B) 138.75º 0.28% 0.9% -
XYZ 52.29 67.54 56.18 -
YUV 204.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 165 229 185 0.28 0 0.19 0.10 138.75 0.55 0.77
Hex A5 E5 B9 1C 0 13 A 8B 37 4D
Octal 245 345 271 34 0 23 12 213 67 115
Binary 10100101 11100101 10111001 11100 0 10011 1010 10001011 110111 1001101

Color Harmonies of #A5E5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E5B9

Black with #A5E5B9

Text Example


Text Example

White with #A5E5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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