Html Css Color HEX #A5CB85 Feijoa

📋 copy color: '#A5CB85'

red 165 ◦ green 203 ◦ blue 133

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

Shades of Feijoa #A5CB85

Tints of Feijoa #A5CB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 32.93%
G = 40.52%
B = 26.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#A5CB85 (or 0xA5CB85) is known color: Feijoa. HEX triplet: A5, CB and 85. RGB value is (165,203,133). Sum of RGB (Red+Green+Blue) = 165+203+133=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB85 is #5A347A. Grayscale: #B7B7B7. Windows color (decimal): -5911675 or 8768421. OLE color: 8768421.

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

Color convert

RGB 165 203 133 -
CMYK 0.19 0 0.34 0.20
HSL 92.57º 0.4% 0.66% -
HSV(B) 92.57º 0.34% 0.8% -
XYZ 41.11 52.4 30.14 -
YUV 183.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 165 203 133 0.19 0 0.34 0.20 92.57 0.4 0.66
Hex A5 CB 85 13 0 22 14 5D 28 42
Octal 245 313 205 23 0 42 24 135 50 102
Binary 10100101 11001011 10000101 10011 0 100010 10100 1011101 101000 1000010

Color Harmonies of #A5CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB85

Black with #A5CB85

Text Example


Text Example

White with #A5CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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