Html Css Color HEX #A5CB82 Feijoa

📋 copy color: '#A5CB82'

red 165 ◦ green 203 ◦ blue 130

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

Shades of Feijoa #A5CB82

Tints of Feijoa #A5CB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 33.13%
G = 40.76%
B = 26.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#A5CB82 (or 0xA5CB82) is known color: Feijoa. HEX triplet: A5, CB and 82. RGB value is (165,203,130). Sum of RGB (Red+Green+Blue) = 165+203+130=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB82 is #5A347D. Grayscale: #B7B7B7. Windows color (decimal): -5911678 or 8571813. OLE color: 8571813.

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

Color convert

RGB 165 203 130 -
CMYK 0.19 0 0.36 0.20
HSL 91.23º 0.41% 0.65% -
HSV(B) 91.23º 0.36% 0.8% -
XYZ 40.9 52.32 29.06 -
YUV 183.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 165 203 130 0.19 0 0.36 0.20 91.23 0.41 0.65
Hex A5 CB 82 13 0 24 14 5B 29 41
Octal 245 313 202 23 0 44 24 133 51 101
Binary 10100101 11001011 10000010 10011 0 100100 10100 1011011 101001 1000001

Color Harmonies of #A5CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB82

Black with #A5CB82

Text Example


Text Example

White with #A5CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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