Html Css Color HEX #A5D777 Feijoa

📋 copy color: '#A5D777'

red 165 ◦ green 215 ◦ blue 119

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

Shades of Feijoa #A5D777

Tints of Feijoa #A5D777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 33.07%
G = 43.09%
B = 23.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A5D777 (or 0xA5D777) is known color: Feijoa. HEX triplet: A5, D7 and 77. RGB value is (165,215,119). Sum of RGB (Red+Green+Blue) = 165+215+119=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D777 is #5A2888. Grayscale: #BDBDBD. Windows color (decimal): -5908617 or 7853989. OLE color: 7853989.

HSL color Cylindrical-coordinate representation of color #A5D777: hue angle of 91.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5D777 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 119 -
CMYK 0.23 0 0.45 0.16
HSL 91.25º 0.55% 0.65% -
HSV(B) 91.25º 0.45% 0.84% -
XYZ 43.15 57.93 26.36 -
YUV 189.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 165 215 119 0.23 0 0.45 0.16 91.25 0.55 0.65
Hex A5 D7 77 17 0 2D 10 5B 37 41
Octal 245 327 167 27 0 55 20 133 67 101
Binary 10100101 11010111 1110111 10111 0 101101 10000 1011011 110111 1000001

Color Harmonies of #A5D777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D777

Black with #A5D777

Text Example


Text Example

White with #A5D777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D777; }

 p { color: rgb(165,215,119); }

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

background-color css

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

 a { background-color: rgb(165,215,119); }

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

border-color css

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

 span { border-color: rgb(165,215,119); }

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