Html Css Color HEX #A5FEBA Fringy Flower

📋 copy color: '#A5FEBA'

red 165 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #A5FEBA

Tints of Fringy Flower #A5FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.98%

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 27.27%
G = 41.98%
B = 30.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#A5FEBA (or 0xA5FEBA) is known color: Fringy Flower. HEX triplet: A5, FE and BA. RGB value is (165,254,186). Sum of RGB (Red+Green+Blue) = 165+254+186=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEBA is #5A0145. Grayscale: #DBDBDB. Windows color (decimal): -5898566 or 12254885. OLE color: 12254885.

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

Color convert

RGB 165 254 186 -
CMYK 0.35 0 0.27 0.00
HSL 134.16º 0.98% 0.82% -
HSV(B) 134.16º 0.35% 1% -
XYZ 59.82 82.43 59.21 -
YUV 219.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 165 254 186 0.35 0 0.27 0.00 134.16 0.98 0.82
Hex A5 FE BA 23 0 1B 0 86 62 52
Octal 245 376 272 43 0 33 0 206 142 122
Binary 10100101 11111110 10111010 100011 0 11011 0 10000110 1100010 1010010

Color Harmonies of #A5FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FEBA

Black with #A5FEBA

Text Example


Text Example

White with #A5FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FEBA; }

 p { color: rgb(165,254,186); }

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

background-color css

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

 a { background-color: rgb(165,254,186); }

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

border-color css

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

 span { border-color: rgb(165,254,186); }

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