Html Css Color HEX #A5CE85 Feijoa

📋 copy color: '#A5CE85'

red 165 ◦ green 206 ◦ blue 133

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

Shades of Feijoa #A5CE85

Tints of Feijoa #A5CE85

RGB

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

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

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

R = 32.74%
G = 40.87%
B = 26.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A5CE85 (or 0xA5CE85) is known color: Feijoa. HEX triplet: A5, CE and 85. RGB value is (165,206,133). Sum of RGB (Red+Green+Blue) = 165+206+133=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE85 is #5A317A. Grayscale: #B9B9B9. Windows color (decimal): -5910907 or 8769189. OLE color: 8769189.

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

Color convert

RGB 165 206 133 -
CMYK 0.20 0 0.35 0.19
HSL 93.7º 0.43% 0.66% -
HSV(B) 93.7º 0.35% 0.81% -
XYZ 41.82 53.84 30.38 -
YUV 185.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 165 206 133 0.20 0 0.35 0.19 93.7 0.43 0.66
Hex A5 CE 85 14 0 23 13 5E 2B 42
Octal 245 316 205 24 0 43 23 136 53 102
Binary 10100101 11001110 10000101 10100 0 100011 10011 1011110 101011 1000010

Color Harmonies of #A5CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE85

Black with #A5CE85

Text Example


Text Example

White with #A5CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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