Html Css Color HEX #A5DA88 Feijoa

📋 copy color: '#A5DA88'

red 165 ◦ green 218 ◦ blue 136

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

Shades of Feijoa #A5DA88

Tints of Feijoa #A5DA88

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 31.79%
G = 42%
B = 26.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#A5DA88 (or 0xA5DA88) is known color: Feijoa. HEX triplet: A5, DA and 88. RGB value is (165,218,136). Sum of RGB (Red+Green+Blue) = 165+218+136=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA88 is #5A2577. Grayscale: #C1C1C1. Windows color (decimal): -5907832 or 8968869. OLE color: 8968869.

HSL color Cylindrical-coordinate representation of color #A5DA88: hue angle of 98.78º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5DA88 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 136 -
CMYK 0.24 0 0.38 0.15
HSL 98.78º 0.53% 0.69% -
HSV(B) 98.78º 0.38% 0.85% -
XYZ 45.03 59.92 32.48 -
YUV 192.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 165 218 136 0.24 0 0.38 0.15 98.78 0.53 0.69
Hex A5 DA 88 18 0 26 F 63 35 45
Octal 245 332 210 30 0 46 17 143 65 105
Binary 10100101 11011010 10001000 11000 0 100110 1111 1100011 110101 1000101

Color Harmonies of #A5DA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DA88

Black with #A5DA88

Text Example


Text Example

White with #A5DA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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