Html Css Color HEX #A5F87D Feijoa

📋 copy color: '#A5F87D'

red 165 ◦ green 248 ◦ blue 125

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

Shades of Feijoa #A5F87D

Tints of Feijoa #A5F87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.1%

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 30.67%
G = 46.1%
B = 23.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#A5F87D (or 0xA5F87D) is known color: Feijoa. HEX triplet: A5, F8 and 7D. RGB value is (165,248,125). Sum of RGB (Red+Green+Blue) = 165+248+125=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F87D is #5A0782. Grayscale: #D1D1D1. Windows color (decimal): -5900163 or 8255653. OLE color: 8255653.

HSL color Cylindrical-coordinate representation of color #A5F87D: hue angle of 100.49º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F87D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 125 -
CMYK 0.33 0 0.50 0.03
HSL 100.49º 0.9% 0.73% -
HSV(B) 100.49º 0.5% 0.97% -
XYZ 52.79 76.61 31.41 -
YUV 209.16 80.5 96.5 -
System Red Green Blue C M Y K H S L
Decimal 165 248 125 0.33 0 0.50 0.03 100.49 0.9 0.73
Hex A5 F8 7D 21 0 32 3 64 5A 49
Octal 245 370 175 41 0 62 3 144 132 111
Binary 10100101 11111000 1111101 100001 0 110010 11 1100100 1011010 1001001

Color Harmonies of #A5F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F87D

Black with #A5F87D

Text Example


Text Example

White with #A5F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F87D; }

 p { color: rgb(165,248,125); }

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

background-color css

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

 a { background-color: rgb(165,248,125); }

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

border-color css

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

 span { border-color: rgb(165,248,125); }

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