Html Css Color HEX #A5DC64 Conifer

📋 copy color: '#A5DC64'

red 165 ◦ green 220 ◦ blue 100

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

Shades of Conifer #A5DC64

Tints of Conifer #A5DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 34.02%
G = 45.36%
B = 20.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A5DC64 (or 0xA5DC64) is known color: Conifer. HEX triplet: A5, DC and 64. RGB value is (165,220,100). Sum of RGB (Red+Green+Blue) = 165+220+100=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC64 is #5A239B. Grayscale: #BEBEBE. Windows color (decimal): -5907356 or 6610085. OLE color: 6610085.

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

Color convert

RGB 165 220 100 -
CMYK 0.25 0 0.55 0.14
HSL 87.5º 0.63% 0.63% -
HSV(B) 87.5º 0.55% 0.86% -
XYZ 43.41 60.11 21.37 -
YUV 189.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 165 220 100 0.25 0 0.55 0.14 87.5 0.63 0.63
Hex A5 DC 64 19 0 37 E 57 3F 3F
Octal 245 334 144 31 0 67 16 127 77 77
Binary 10100101 11011100 1100100 11001 0 110111 1110 1010111 111111 111111

Color Harmonies of #A5DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC64

Black with #A5DC64

Text Example


Text Example

White with #A5DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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