Html Css Color HEX #A5C959 Conifer

📋 copy color: '#A5C959'

red 165 ◦ green 201 ◦ blue 89

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

Shades of Conifer #A5C959

Tints of Conifer #A5C959

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 89 (35.16% from 255) = 19.56%

R = 36.26%
G = 44.18%
B = 19.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#A5C959 (or 0xA5C959) is known color: Conifer. HEX triplet: A5, C9 and 59. RGB value is (165,201,89). Sum of RGB (Red+Green+Blue) = 165+201+89=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C959 is #5A36A6. Grayscale: #B1B1B1. Windows color (decimal): -5912231 or 5884325. OLE color: 5884325.

HSL color Cylindrical-coordinate representation of color #A5C959: hue angle of 79.29º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5C959 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 89 -
CMYK 0.18 0 0.56 0.21
HSL 79.29º 0.51% 0.57% -
HSV(B) 79.29º 0.56% 0.79% -
XYZ 38.21 50.49 17.18 -
YUV 177.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 165 201 89 0.18 0 0.56 0.21 79.29 0.51 0.57
Hex A5 C9 59 12 0 38 15 4F 33 39
Octal 245 311 131 22 0 70 25 117 63 71
Binary 10100101 11001001 1011001 10010 0 111000 10101 1001111 110011 111001

Color Harmonies of #A5C959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C959

Black with #A5C959

Text Example


Text Example

White with #A5C959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C959; }

 p { color: rgb(165,201,89); }

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

background-color css

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

 a { background-color: rgb(165,201,89); }

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

border-color css

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

 span { border-color: rgb(165,201,89); }

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