Html Css Color HEX #A5DC51 Conifer

📋 copy color: '#A5DC51'

red 165 ◦ green 220 ◦ blue 81

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

Shades of Conifer #A5DC51

Tints of Conifer #A5DC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 81 (32.03% from 255) = 17.38%

R = 35.41%
G = 47.21%
B = 17.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A5DC51 (or 0xA5DC51) is known color: Conifer. HEX triplet: A5, DC and 51. RGB value is (165,220,81). Sum of RGB (Red+Green+Blue) = 165+220+81=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC51 is #5A23AE. Grayscale: #BCBCBC. Windows color (decimal): -5907375 or 5364901. OLE color: 5364901.

HSL color Cylindrical-coordinate representation of color #A5DC51: hue angle of 83.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5DC51 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 81 -
CMYK 0.25 0 0.63 0.14
HSL 83.74º 0.67% 0.59% -
HSV(B) 83.74º 0.63% 0.86% -
XYZ 42.6 59.78 17.08 -
YUV 187.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 165 220 81 0.25 0 0.63 0.14 83.74 0.67 0.59
Hex A5 DC 51 19 0 3F E 54 43 3B
Octal 245 334 121 31 0 77 16 124 103 73
Binary 10100101 11011100 1010001 11001 0 111111 1110 1010100 1000011 111011

Color Harmonies of #A5DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC51

Black with #A5DC51

Text Example


Text Example

White with #A5DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC51; }

 p { color: rgb(165,220,81); }

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

background-color css

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

 a { background-color: rgb(165,220,81); }

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

border-color css

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

 span { border-color: rgb(165,220,81); }

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