Html Css Color HEX #A5C956 Conifer

📋 copy color: '#A5C956'

red 165 ◦ green 201 ◦ blue 86

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

Shades of Conifer #A5C956

Tints of Conifer #A5C956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 36.5%
G = 44.47%
B = 19.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#A5C956 (or 0xA5C956) is known color: Conifer. HEX triplet: A5, C9 and 56. RGB value is (165,201,86). Sum of RGB (Red+Green+Blue) = 165+201+86=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C956 is #5A36A9. Grayscale: #B1B1B1. Windows color (decimal): -5912234 or 5687717. OLE color: 5687717.

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

Color convert

RGB 165 201 86 -
CMYK 0.18 0 0.57 0.21
HSL 78.78º 0.52% 0.56% -
HSV(B) 78.78º 0.57% 0.79% -
XYZ 38.08 50.44 16.53 -
YUV 177.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 165 201 86 0.18 0 0.57 0.21 78.78 0.52 0.56
Hex A5 C9 56 12 0 39 15 4F 34 38
Octal 245 311 126 22 0 71 25 117 64 70
Binary 10100101 11001001 1010110 10010 0 111001 10101 1001111 110100 111000

Color Harmonies of #A5C956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C956

Black with #A5C956

Text Example


Text Example

White with #A5C956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C956; }

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

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

background-color css

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

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

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

border-color css

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

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

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