Html Css Color HEX #A5DF88 Feijoa

📋 copy color: '#A5DF88'

red 165 ◦ green 223 ◦ blue 136

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

Shades of Feijoa #A5DF88

Tints of Feijoa #A5DF88

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

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

R = 31.49%
G = 42.56%
B = 25.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#A5DF88 (or 0xA5DF88) is known color: Feijoa. HEX triplet: A5, DF and 88. RGB value is (165,223,136). Sum of RGB (Red+Green+Blue) = 165+223+136=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF88 is #5A2077. Grayscale: #C4C4C4. Windows color (decimal): -5906552 or 8970149. OLE color: 8970149.

HSL color Cylindrical-coordinate representation of color #A5DF88: hue angle of 100º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5DF88 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 136 -
CMYK 0.26 0 0.39 0.13
HSL 100º 0.58% 0.7% -
HSV(B) 100º 0.39% 0.87% -
XYZ 46.35 62.55 32.92 -
YUV 195.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 165 223 136 0.26 0 0.39 0.13 100 0.58 0.7
Hex A5 DF 88 1A 0 27 D 64 3A 46
Octal 245 337 210 32 0 47 15 144 72 106
Binary 10100101 11011111 10001000 11010 0 100111 1101 1100100 111010 1000110

Color Harmonies of #A5DF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF88

Black with #A5DF88

Text Example


Text Example

White with #A5DF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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