Html Css Color HEX #A5CC56 Conifer

📋 copy color: '#A5CC56'

red 165 ◦ green 204 ◦ blue 86

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

Shades of Conifer #A5CC56

Tints of Conifer #A5CC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 36.26%
G = 44.84%
B = 18.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A5CC56 (or 0xA5CC56) is known color: Conifer. HEX triplet: A5, CC and 56. RGB value is (165,204,86). Sum of RGB (Red+Green+Blue) = 165+204+86=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC56 is #5A33A9. Grayscale: #B3B3B3. Windows color (decimal): -5911466 or 5688485. OLE color: 5688485.

HSL color Cylindrical-coordinate representation of color #A5CC56: hue angle of 79.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5CC56 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 86 -
CMYK 0.19 0 0.58 0.2
HSL 79.83º 0.54% 0.57% -
HSV(B) 79.83º 0.58% 0.8% -
XYZ 38.79 51.86 16.77 -
YUV 178.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 165 204 86 0.19 0 0.58 0.2 79.83 0.54 0.57
Hex A5 CC 56 13 0 3A 14 50 36 39
Octal 245 314 126 23 0 72 24 120 66 71
Binary 10100101 11001100 1010110 10011 0 111010 10100 1010000 110110 111001

Color Harmonies of #A5CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC56

Black with #A5CC56

Text Example


Text Example

White with #A5CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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