Html Css Color HEX #A5CB87 Feijoa

📋 copy color: '#A5CB87'

red 165 ◦ green 203 ◦ blue 135

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

Shades of Feijoa #A5CB87

Tints of Feijoa #A5CB87

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.36%

 BLUE value IS 135 (53.13% from 255) = 26.84%

R = 32.8%
G = 40.36%
B = 26.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#A5CB87 (or 0xA5CB87) is known color: Feijoa. HEX triplet: A5, CB and 87. RGB value is (165,203,135). Sum of RGB (Red+Green+Blue) = 165+203+135=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB87 is #5A3478. Grayscale: #B8B8B8. Windows color (decimal): -5911673 or 8899493. OLE color: 8899493.

HSL color Cylindrical-coordinate representation of color #A5CB87: hue angle of 93.53º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5CB87 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 135 -
CMYK 0.19 0 0.33 0.20
HSL 93.53º 0.4% 0.66% -
HSV(B) 93.53º 0.33% 0.8% -
XYZ 41.25 52.46 30.87 -
YUV 183.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 165 203 135 0.19 0 0.33 0.20 93.53 0.4 0.66
Hex A5 CB 87 13 0 21 14 5E 28 42
Octal 245 313 207 23 0 41 24 136 50 102
Binary 10100101 11001011 10000111 10011 0 100001 10100 1011110 101000 1000010

Color Harmonies of #A5CB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB87

Black with #A5CB87

Text Example


Text Example

White with #A5CB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB87; }

 p { color: rgb(165,203,135); }

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

background-color css

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

 a { background-color: rgb(165,203,135); }

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

border-color css

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

 span { border-color: rgb(165,203,135); }

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