Html Css Color HEX #A5E488 Feijoa

📋 copy color: '#A5E488'

red 165 ◦ green 228 ◦ blue 136

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

Shades of Feijoa #A5E488

Tints of Feijoa #A5E488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

 BLUE value IS 136 (53.52% from 255) = 25.71%

R = 31.19%
G = 43.1%
B = 25.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#A5E488 (or 0xA5E488) is known color: Feijoa. HEX triplet: A5, E4 and 88. RGB value is (165,228,136). Sum of RGB (Red+Green+Blue) = 165+228+136=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E488 is #5A1B77. Grayscale: #C6C6C6. Windows color (decimal): -5905272 or 8971429. OLE color: 8971429.

HSL color Cylindrical-coordinate representation of color #A5E488: hue angle of 101.09º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E488 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 136 -
CMYK 0.28 0 0.40 0.11
HSL 101.09º 0.63% 0.71% -
HSV(B) 101.09º 0.4% 0.89% -
XYZ 47.7 65.26 33.38 -
YUV 198.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 165 228 136 0.28 0 0.40 0.11 101.09 0.63 0.71
Hex A5 E4 88 1C 0 28 B 65 3F 47
Octal 245 344 210 34 0 50 13 145 77 107
Binary 10100101 11100100 10001000 11100 0 101000 1011 1100101 111111 1000111

Color Harmonies of #A5E488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E488

Black with #A5E488

Text Example


Text Example

White with #A5E488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E488; }

 p { color: rgb(165,228,136); }

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

background-color css

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

 a { background-color: rgb(165,228,136); }

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

border-color css

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

 span { border-color: rgb(165,228,136); }

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