Html Css Color HEX #A5DC65 Conifer

📋 copy color: '#A5DC65'

red 165 ◦ green 220 ◦ blue 101

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

Shades of Conifer #A5DC65

Tints of Conifer #A5DC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 33.95%
G = 45.27%
B = 20.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A5DC65 (or 0xA5DC65) is known color: Conifer. HEX triplet: A5, DC and 65. RGB value is (165,220,101). Sum of RGB (Red+Green+Blue) = 165+220+101=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC65 is #5A239A. Grayscale: #BEBEBE. Windows color (decimal): -5907355 or 6675621. OLE color: 6675621.

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

Color convert

RGB 165 220 101 -
CMYK 0.25 0 0.54 0.14
HSL 87.73º 0.63% 0.63% -
HSV(B) 87.73º 0.54% 0.86% -
XYZ 43.46 60.13 21.63 -
YUV 189.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 165 220 101 0.25 0 0.54 0.14 87.73 0.63 0.63
Hex A5 DC 65 19 0 36 E 58 3F 3F
Octal 245 334 145 31 0 66 16 130 77 77
Binary 10100101 11011100 1100101 11001 0 110110 1110 1011000 111111 111111

Color Harmonies of #A5DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC65

Black with #A5DC65

Text Example


Text Example

White with #A5DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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