Html Css Color HEX #A5CE77 Feijoa

📋 copy color: '#A5CE77'

red 165 ◦ green 206 ◦ blue 119

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

Shades of Feijoa #A5CE77

Tints of Feijoa #A5CE77

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 33.67%
G = 42.04%
B = 24.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#A5CE77 (or 0xA5CE77) is known color: Feijoa. HEX triplet: A5, CE and 77. RGB value is (165,206,119). Sum of RGB (Red+Green+Blue) = 165+206+119=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE77 is #5A3188. Grayscale: #B8B8B8. Windows color (decimal): -5910921 or 7851685. OLE color: 7851685.

HSL color Cylindrical-coordinate representation of color #A5CE77: hue angle of 88.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5CE77 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 119 -
CMYK 0.20 0 0.42 0.19
HSL 88.28º 0.47% 0.64% -
HSV(B) 88.28º 0.42% 0.81% -
XYZ 40.92 53.47 25.62 -
YUV 183.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 165 206 119 0.20 0 0.42 0.19 88.28 0.47 0.64
Hex A5 CE 77 14 0 2A 13 58 2F 40
Octal 245 316 167 24 0 52 23 130 57 100
Binary 10100101 11001110 1110111 10100 0 101010 10011 1011000 101111 1000000

Color Harmonies of #A5CE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE77

Black with #A5CE77

Text Example


Text Example

White with #A5CE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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