Html Css Color HEX #A5F184 Feijoa

📋 copy color: '#A5F184'

red 165 ◦ green 241 ◦ blue 132

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

Shades of Feijoa #A5F184

Tints of Feijoa #A5F184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 132 (51.95% from 255) = 24.54%

R = 30.67%
G = 44.8%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#A5F184 (or 0xA5F184) is known color: Feijoa. HEX triplet: A5, F1 and 84. RGB value is (165,241,132). Sum of RGB (Red+Green+Blue) = 165+241+132=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F184 is #5A0E7B. Grayscale: #CECECE. Windows color (decimal): -5901948 or 8712613. OLE color: 8712613.

HSL color Cylindrical-coordinate representation of color #A5F184: hue angle of 101.83º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F184 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 132 -
CMYK 0.32 0 0.45 0.05
HSL 101.83º 0.8% 0.73% -
HSV(B) 101.83º 0.45% 0.95% -
XYZ 51.14 72.58 33.14 -
YUV 205.85 86.32 98.86 -
System Red Green Blue C M Y K H S L
Decimal 165 241 132 0.32 0 0.45 0.05 101.83 0.8 0.73
Hex A5 F1 84 20 0 2D 5 66 50 49
Octal 245 361 204 40 0 55 5 146 120 111
Binary 10100101 11110001 10000100 100000 0 101101 101 1100110 1010000 1001001

Color Harmonies of #A5F184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F184

Black with #A5F184

Text Example


Text Example

White with #A5F184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F184; }

 p { color: rgb(165,241,132); }

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

background-color css

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

 a { background-color: rgb(165,241,132); }

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

border-color css

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

 span { border-color: rgb(165,241,132); }

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