Html Css Color HEX #A5E988 Feijoa

📋 copy color: '#A5E988'

red 165 ◦ green 233 ◦ blue 136

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

Shades of Feijoa #A5E988

Tints of Feijoa #A5E988

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

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

R = 30.9%
G = 43.63%
B = 25.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#A5E988 (or 0xA5E988) is known color: Feijoa. HEX triplet: A5, E9 and 88. RGB value is (165,233,136). Sum of RGB (Red+Green+Blue) = 165+233+136=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E988 is #5A1677. Grayscale: #C9C9C9. Windows color (decimal): -5903992 or 8972709. OLE color: 8972709.

HSL color Cylindrical-coordinate representation of color #A5E988: hue angle of 102.06º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E988 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 136 -
CMYK 0.29 0 0.42 0.09
HSL 102.06º 0.69% 0.72% -
HSV(B) 102.06º 0.42% 0.91% -
XYZ 49.1 68.05 33.84 -
YUV 201.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 165 233 136 0.29 0 0.42 0.09 102.06 0.69 0.72
Hex A5 E9 88 1D 0 2A 9 66 45 48
Octal 245 351 210 35 0 52 11 146 105 110
Binary 10100101 11101001 10001000 11101 0 101010 1001 1100110 1000101 1001000

Color Harmonies of #A5E988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E988

Black with #A5E988

Text Example


Text Example

White with #A5E988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E988; }

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

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

background-color css

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

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

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

border-color css

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

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

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