Html Css Color HEX #A5D861 Conifer

📋 copy color: '#A5D861'

red 165 ◦ green 216 ◦ blue 97

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

Shades of Conifer #A5D861

Tints of Conifer #A5D861

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 34.52%
G = 45.19%
B = 20.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A5D861 (or 0xA5D861) is known color: Conifer. HEX triplet: A5, D8 and 61. RGB value is (165,216,97). Sum of RGB (Red+Green+Blue) = 165+216+97=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D861 is #5A279E. Grayscale: #BBBBBB. Windows color (decimal): -5908383 or 6412453. OLE color: 6412453.

HSL color Cylindrical-coordinate representation of color #A5D861: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5D861 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 97 -
CMYK 0.24 0 0.55 0.15
HSL 85.71º 0.6% 0.61% -
HSV(B) 85.71º 0.55% 0.85% -
XYZ 42.23 57.97 20.27 -
YUV 187.19 77.1 112.18 -
System Red Green Blue C M Y K H S L
Decimal 165 216 97 0.24 0 0.55 0.15 85.71 0.6 0.61
Hex A5 D8 61 18 0 37 F 56 3C 3D
Octal 245 330 141 30 0 67 17 126 74 75
Binary 10100101 11011000 1100001 11000 0 110111 1111 1010110 111100 111101

Color Harmonies of #A5D861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D861

Black with #A5D861

Text Example


Text Example

White with #A5D861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D861; }

 p { color: rgb(165,216,97); }

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

background-color css

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

 a { background-color: rgb(165,216,97); }

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

border-color css

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

 span { border-color: rgb(165,216,97); }

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